Last active
July 13, 2016 23:14
-
-
Save magnusvk/16f9d23d477fbba2683d15c830d94ea3 to your computer and use it in GitHub Desktop.
Firefox 46.0.1 Homebrew Recipe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cask 'firefox' do | |
version '46.0.1' | |
sha256 '7ab6508b098023840d63ec622beb9f8ff4c68922f11aa769acf351dae5baa231' | |
url "https://ftp.mozilla.org/pub/firefox/releases/#{version}/mac/en-US/Firefox%20#{version}.dmg" | |
appcast "https://aus5.mozilla.org/update/3/Firefox/#{version}/0/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/release/Darwin%2015.3.0/default/default/update.xml?force=1", | |
checkpoint: 'c03d2c0ce638c499da24232ddcdbce6b908fd718953440797924bd12b87552cf' | |
name 'Mozilla Firefox' | |
homepage 'https://www.mozilla.org/en-US/firefox/' | |
license :mpl | |
auto_updates true | |
app 'Firefox.app' | |
zap delete: [ | |
'~/Library/Application Support/Firefox', | |
'~/Library/Caches/Firefox', | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment