Skip to content

Instantly share code, notes, and snippets.

@fixlr
Created September 21, 2016 14:45
Show Gist options
  • Save fixlr/ae60a67c5d553707298cb6442227d169 to your computer and use it in GitHub Desktop.
Save fixlr/ae60a67c5d553707298cb6442227d169 to your computer and use it in GitHub Desktop.
cask 'firefox-45esr' do
version '45.4.0'
sha256 '4e40d588b838709822bd3ccc1edbd13f055df8daf73d1024bcc6c9cbe07ef1e9'
url "https://download-installer.cdn.mozilla.net/pub/firefox/releases/#{version}esr/mac/en-US/Firefox%20#{version}esr.dmg"
name 'Mozilla Firefox'
homepage 'https://www.mozilla.org/en-US/firefox/organizations/'
license :mpl
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