commitay
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
0 deletions
-
Casks/firefox-beta.rb
-
Casks/firefox-esr.rb
|
@ -112,6 +112,10 @@ cask 'firefox-beta' do |
|
|
homepage 'https://www.mozilla.org/firefox/channel/desktop/#beta' |
|
|
homepage 'https://www.mozilla.org/firefox/channel/desktop/#beta' |
|
|
|
|
|
|
|
|
auto_updates true |
|
|
auto_updates true |
|
|
|
|
|
conflicts_with cask: [ |
|
|
|
|
|
'firefox', |
|
|
|
|
|
'firefox-esr', |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
app 'Firefox.app' |
|
|
app 'Firefox.app' |
|
|
|
|
|
|
|
|
|
@ -82,6 +82,11 @@ cask 'firefox-esr' do |
|
|
name 'Mozilla Firefox Extended Support Release' |
|
|
name 'Mozilla Firefox Extended Support Release' |
|
|
homepage 'https://www.mozilla.org/firefox/organizations/' |
|
|
homepage 'https://www.mozilla.org/firefox/organizations/' |
|
|
|
|
|
|
|
|
|
|
|
conflicts_with cask: [ |
|
|
|
|
|
'firefox', |
|
|
|
|
|
'firefox-beta', |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
app 'Firefox.app' |
|
|
app 'Firefox.app' |
|
|
|
|
|
|
|
|
zap trash: [ |
|
|
zap trash: [ |
|
|