homebrew-cask/Casks/firefox.rb

19 lines
526 B
Ruby
Raw Normal View History

2014-11-14 01:25:50 +08:00
cask :v1 => 'firefox' do
2015-10-01 14:19:35 +08:00
version '41.0.1'
sha256 '296062d1614666fca8d1534807ad2508cd39d9a996bf7be2b1e667481ad8c5aa'
url "https://ftp.mozilla.org/pub/firefox/releases/#{version}/mac/en-US/Firefox%20#{version}.dmg"
2015-01-05 04:58:22 +08:00
name 'Firefox'
name 'Mozilla Firefox'
homepage 'https://www.mozilla.org/en-US/firefox/'
2015-03-07 19:17:36 +08:00
license :mpl
2015-01-30 21:52:07 +08:00
tags :vendor => 'Mozilla'
2014-09-16 00:05:34 +08:00
app 'Firefox.app'
2014-10-11 22:26:30 +08:00
zap :delete => [
'~/Library/Application Support/Firefox',
'~/Library/Caches/Firefox',
]
2012-04-11 06:47:00 +08:00
end