You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
532 B

cask :v1 => 'firefox-beta' do
version '42.0b6'
sha256 '5fcdd823d20e59736d3450a779f352ec84e5e7176d84e4ae3f6dac091e11922b'
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=en-US"
name 'Firefox'
name 'Mozilla Firefox'
homepage 'https://www.mozilla.org/en-US/firefox/channel/#beta'
license :mpl
tags :vendor => 'Mozilla'
app 'Firefox.app'
zap :delete => [
'~/Library/Application Support/Firefox',
'~/Library/Caches/Firefox',
]
end