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