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
528 B
17 lines
528 B
cask 'firefox-zh-tw' do
|
|
version '49.0'
|
|
sha256 '641cf4abb55b09144eaaf6c5d53d573feecb95f834d1b742e7226692529137b9'
|
|
|
|
# mozilla.org was verified as official when first introduced to the cask
|
|
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=zh-TW"
|
|
name 'Mozilla Firefox'
|
|
homepage 'https://mozilla.com.tw/firefox/new/'
|
|
license :mpl
|
|
|
|
app 'Firefox.app'
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/Firefox',
|
|
'~/Library/Caches/Firefox',
|
|
]
|
|
end
|
|
|