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.
|
|
|
cask 'firefox-esr' do
|
|
|
|
version '38.5.0'
|
|
|
|
sha256 '751ad18028b8b74d11430d1f77ebae1fba3a315f27433478d8c9d7cd5f3d5780'
|
|
|
|
|
|
|
|
url "https://download-installer.cdn.mozilla.net/pub/firefox/releases/#{version}esr/mac/en-US/Firefox%20#{version}esr.dmg"
|
|
|
|
name 'Firefox'
|
|
|
|
name 'Mozilla Firefox'
|
|
|
|
homepage 'https://www.mozilla.org/en-US/firefox/organizations/'
|
|
|
|
license :mpl
|
|
|
|
tags :vendor => 'Mozilla'
|
|
|
|
|
|
|
|
app 'Firefox.app'
|
|
|
|
|
|
|
|
zap :delete => [
|
|
|
|
'~/Library/Application Support/Firefox',
|
|
|
|
'~/Library/Caches/Firefox',
|
|
|
|
]
|
|
|
|
end
|