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.

18 lines
488 B

cask :v1 => 'firefox-ja' do
version '40.0.3'
sha256 'dcf692ffc6cdc15755db3a7ef0a5c64bc2c750e951d17cd649face1c82f410a3'
10 years ago
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=ja-JP-mac"
name 'Firefox'
10 years ago
homepage 'http://www.mozilla.jp/firefox/'
license :mpl
tags :vendor => 'Mozilla'
10 years ago
app 'Firefox.app'
zap :delete => [
'~/Library/Application Support/Firefox',
'~/Library/Caches/Firefox',
]
end