Skip to content

Commit

Permalink
Merge pull request Homebrew#649 from shostakovich/fixes_for_broken_casks
Browse files Browse the repository at this point in the history
Fixes for broken casks
  • Loading branch information
vitorgalvao committed Jun 30, 2013
2 parents 7664716 + 7b18073 commit 8ae28da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Casks/launch-bar.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class LaunchBar < Cask
url 'http://www.obdev.at/downloads/launchbar/LaunchBar-5.5.1.dmg'
url 'http://www.obdev.at/downloads/launchbar/LaunchBar-5.5.2.dmg'
homepage 'http://www.obdev.at/products/launchbar/'
version '5.5.1'
sha1 '57095489b18057e2a0e342a1667b69bf94ab3f70'
version '5.5.2'
sha1 'a28d80efeede584602666c6efcb849586fe88bb4'
link 'LaunchBar.app'
end
2 changes: 1 addition & 1 deletion Casks/mocksmtp.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Mocksmtp < Cask
url 'http://mocksmtpapp.com/download'
url 'http://mocksmtpapp.com/MockSmtp.zip'
homepage 'http://mocksmtpapp.com/'
version 'latest'
no_checksum
Expand Down
2 changes: 1 addition & 1 deletion Casks/sweet-home3d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ class SweetHome3d < Cask
url 'http://downloads.sourceforge.net/project/sweethome3d/SweetHome3D/SweetHome3D-4.1/SweetHome3D-4.1-macosx.dmg'
homepage 'http://www.sweethome3d.com/'
version '4.1'
sha1 '9df6fdbd225ff89f79761109ed8fef951c7dafa5'
sha1 '5d0b1c66d5d60c997a5b34f1c9553b22fc80e9dd'
link 'Sweet Home 3D.app'
end

0 comments on commit 8ae28da

Please sign in to comment.