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
450 B
16 lines
450 B
cask 'firefox-uk' do
|
|
version '49.0'
|
|
sha256 '379322b4aba8df26afe6ebdcb6559740d5c44f4afebeda3b986d8db7bb038373'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=uk"
|
|
name 'Mozilla Firefox'
|
|
homepage 'https://www.mozilla.org/uk/firefox/new'
|
|
license :mpl
|
|
|
|
app 'Firefox.app'
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/Firefox',
|
|
'~/Library/Caches/Firefox',
|
|
]
|
|
end
|
|
|