Skip to content

Commit

Permalink
Merge pull request #300 from jfsiii/fix-mou
Browse files Browse the repository at this point in the history
Use `no_checksum` instead of a sha1 when getting `latest` version.
  • Loading branch information
vitorgalvao committed May 10, 2013
2 parents 6749903 + a208804 commit 19b26b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Casks/mou.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ class Mou < Cask
url 'http://mouapp.com/download/Mou.zip'
version 'latest'
homepage 'http://mouapp.com/'
sha1 'e69bc2bbdadea6a2929032506085b6e9501a7fb9'
no_checksum
link :app, 'Mou.app'
end

0 comments on commit 19b26b5

Please sign in to comment.