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
481 B
17 lines
481 B
cask 'firefox-tw' do
|
|
version '43.0'
|
|
sha256 '4818163e3a0a4f5a0546816cfdf29721aedc7b8c2d13d49e4e51e446280c4b26'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=zh-TW"
|
|
name 'Firefox'
|
|
homepage 'http://mozilla.com.tw/firefox/new/'
|
|
license :mpl
|
|
tags :vendor => 'Mozilla'
|
|
|
|
app 'Firefox.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/Application Support/Firefox',
|
|
'~/Library/Caches/Firefox',
|
|
]
|
|
end
|
|
|