Merge pull request #411 from fanquake/firefox-21-0

Firefox 21.0
This commit is contained in:
Vítor Galvão 2013-05-31 09:52:29 -07:00
commit cd045785a9
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
class Firefox < Cask
url 'http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/20.0.1/mac/en-US/Firefox%2020.0.1.dmg'
homepage 'http://www.mozilla.org/en-US/firefox/'
version '20.0.1'
sha1 '510b7e53be4b120ca2e277dec3a64a09f64c8ed8'
link :app, 'Firefox.app'
url 'http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/21.0/mac/en-US/Firefox%2021.0.dmg'
homepage 'https://www.mozilla.org/en-US/firefox/'
version '21.0'
sha1 'ce5a9083a38ea580811b3408566a5194486dc360'
link 'Firefox.app'
end