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.

17 lines
475 B

cask 'firefoxnightly' do
version '49.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