Skip to content

Instantly share code, notes, and snippets.

@tjt263
Created August 7, 2015 21:41
Show Gist options
  • Save tjt263/5ae9534c4c4edc666827 to your computer and use it in GitHub Desktop.
Save tjt263/5ae9534c4c4edc666827 to your computer and use it in GitHub Desktop.
(Mozilla-Firefox (Mac-OS X) Homebrew-Cask)
cask :v1 => 'firefox' do
version :'39.0.3'
sha256 :'4223628545ea8c4eb661617c9a53561843a71aa61ef15a177e4f5cea08ca628b'
url 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/39.0.3/mac/en-US/Firefox%2039.0.3.dmg'
name 'Firefox'
name 'Mozilla Firefox'
homepage 'https://www.mozilla.org/en-US/firefox/'
license :mpl
tags :vendor => 'Mozilla'
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