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
468 B
17 lines
468 B
9 years ago
|
cask 'firefox-pt-br' do
|
||
9 years ago
|
version '43.0.3'
|
||
|
sha256 '94da70eb8165d8c9b08259b1bc47c444d543319d7c5e812782516332cee33d92'
|
||
10 years ago
|
|
||
9 years ago
|
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=pt-BR"
|
||
9 years ago
|
name 'Mozilla Firefox'
|
||
10 years ago
|
homepage 'https://www.mozilla.org/pt/firefox/new'
|
||
|
license :mpl
|
||
|
|
||
|
app 'Firefox.app'
|
||
|
|
||
|
zap :delete => [
|
||
|
'~/Library/Application Support/Firefox',
|
||
|
'~/Library/Caches/Firefox',
|
||
|
]
|
||
|
end
|