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.
11 lines
323 B
11 lines
323 B
cask 'firefoxdeveloperedition' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://download.mozilla.org/?product=firefox-aurora-latest-ssl&os=osx&lang=en-US"
|
|
name 'Mozilla Firefox Developer Edition'
|
|
homepage 'https://www.mozilla.org/en-US/firefox/developer/'
|
|
license :mpl
|
|
|
|
app 'FirefoxDeveloperEdition.app'
|
|
end
|
|
|