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.
17 lines
499 B
17 lines
499 B
cask 'firefox-esr-uk' do
|
|
version '38.4.0'
|
|
sha256 '02aac6a4a86c99cd0d16309bd26a40a969bcd9a87d819babb5c133e684cf67b3'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}esr-SSL&os=osx&lang=uk"
|
|
name 'Firefox'
|
|
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
|
|
|