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
504 B

cask 'firefox-esr-uk' do
version '45.2.0'
sha256 '94e8d474688c5d1e084dab88e50b5568cdc675ada401adb0bd8d472c1b1bf0da'
url "https://download-installer.cdn.mozilla.net/pub/firefox/releases/#{version}esr/mac/uk/Firefox%20#{version}esr.dmg"
name 'Mozilla Firefox'
homepage 'https://www.mozilla.org/uk/firefox/organizations/'
license :mpl
app 'Firefox.app'
zap delete: [
'~/Library/Application Support/Firefox',
'~/Library/Caches/Firefox',
]
end