mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
272 B
Ruby
7 lines
272 B
Ruby
class Firefox < Cask
|
|
url 'http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/22.0/mac/en-US/Firefox%2022.0.dmg'
|
|
homepage 'https://www.mozilla.org/en-US/firefox/'
|
|
version '22.0'
|
|
sha1 '45ef69d4254c725114c3fa8ffc5e5bef331e46bd'
|
|
link 'Firefox.app'
|
|
end
|