You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
284 B
8 lines
284 B
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'
|
|
end
|
|
|