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

cask 'firefox-pl' do
version '43.0.1'
sha256 'afce57831a222f9ee722b6cc7a825461ad4ec7170588e755fd8a021efce99bde'
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=pl"
name 'Firefox'
homepage 'https://www.mozilla.org/pl/firefox/desktop'
license :mpl
tags :vendor => 'Mozilla'
app 'Firefox.app'
zap :delete => [
'~/Library/Application Support/Firefox',
'~/Library/Caches/Firefox',
]
end