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