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.6.0'
|
|
sha256 '5adc5cb64ba7c02e2723adab242eac4603c85650273c4563223935a6efd6a343'
|
|
|
|
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
|
|
|