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

cask 'firefox-esr-uk' do
version '38.6.1'
sha256 '173982d204a2db1a383d8e64ab6c0f074a97ffe318085dfbccd13f701a154838'
url "https://download.mozilla.org/?product=firefox-#{version}esr-SSL&os=osx&lang=uk"
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