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.
10 lines
321 B
10 lines
321 B
cask :v1 => 'firefox-esr' do
|
|
version '31.5.0'
|
|
sha256 'e3e385b6cf0ae3ea0c8e816c997c96819ad6ae8b947b2130f2922b38aa4ac3e7'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}esr-SSL&os=osx&lang=en-US"
|
|
homepage 'https://www.mozilla.org/en-US/firefox/organizations/'
|
|
license :mpl
|
|
|
|
app 'Firefox.app'
|
|
end
|
|
|