homebrew-cask/Casks/firefox.rb

24 lines
900 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'firefox' do
2016-01-07 06:59:32 +08:00
version '43.0.4'
sha256 'f984a275f978aaec7b66af860fbf9f74c457b173475429363cadb1bc6e3c2be8'
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',
2014-10-11 22:26:30 +08:00
]
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