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

cask 'firefox-it' do
version '44.0.1'
sha256 '2c0126182cff41c16ce0f8f22197da1bc924209a99eb43c259441f4eae68ce5b'
10 years ago
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=it"
name 'Mozilla Firefox'
homepage 'https://www.mozilla.org/it/firefox/desktop'
license :mpl
10 years ago
app 'Firefox.app'
zap delete: [
'~/Library/Application Support/Firefox',
'~/Library/Caches/Firefox',
]
10 years ago
end