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.
22 lines
877 B
22 lines
877 B
cask 'firefox-beta' do
|
|
version '45.0b1'
|
|
sha256 '3a39ace57860e60329967ba3fb1d27338a4848fe8439f9a24308bcb688558dc2'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=en-US"
|
|
name 'Mozilla Firefox'
|
|
homepage 'https://www.mozilla.org/en-US/firefox/channel/#beta'
|
|
license :mpl
|
|
|
|
app 'Firefox.app'
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/Firefox',
|
|
'~/Library/Caches/Firefox',
|
|
]
|
|
|
|
caveats <<-EOS.undent
|
|
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:
|
|
+ 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
|
|
end
|
|
|