mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
18 lines
524 B
Ruby
18 lines
524 B
Ruby
cask :v1 => 'firefox' do
|
|
version '37.0'
|
|
sha256 'ef919ab70c6432f754cf6367517a9fcc4ddb02336f197c74a9cb216c25c242fc'
|
|
|
|
url "https://ftp.mozilla.org/pub/firefox/releases/#{version}/mac/en-US/Firefox%20#{version}.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
|