homebrew-cask/Casks/firefox.rb

24 lines
898 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'firefox' do
2015-12-29 09:26:23 +08:00
version '43.0.3'
sha256 '121ca1528dc26831b3dae315abfb4cae8edbbe156391969d99ea0ba0e4067f44'
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
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',
]
2015-10-28 03:46:59 +08:00
caveats <<-EOS.undent
2015-10-28 06:51:21 +08:00
The Mac App Store version of 1Password won't work with a Homebrew-cask-linked Mozilla Firefox. To bypass this limitation, you need to either:
2015-10-28 03:46:59 +08:00
+ Move Mozilla Firefox to your /Applications directory (the app itself, not a symlink).
+ Install 1Password from outside the Mac App Store (licenses should transfer automatically, but you should contact AgileBits about it).
EOS
2012-04-11 06:47:00 +08:00
end