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.
16 lines
476 B
16 lines
476 B
cask 'firefox-nightly' do
|
|
version '46.0a1'
|
|
sha256 :no_check # required as upstream package is updated in-place
|
|
|
|
url "https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-#{version}.en-US.mac.dmg"
|
|
name 'Mozilla Firefox'
|
|
homepage 'https://nightly.mozilla.org/'
|
|
license :mpl
|
|
|
|
app 'FirefoxNightly.app'
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/Firefox',
|
|
'~/Library/Caches/Firefox',
|
|
]
|
|
end
|
|
|