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.
12 lines
327 B
12 lines
327 B
9 years ago
|
cask 'firefoxdeveloperedition-cn' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
url 'https://download.mozilla.org/?product=firefox-aurora-latest-l10n&os=osx&lang=zh-CN'
|
||
|
name 'Mozilla Firefox Developer Edition'
|
||
|
homepage 'https://www.mozilla.org/zh-CN/firefox/developer/'
|
||
|
license :mpl
|
||
|
|
||
|
app 'FirefoxDeveloperEdition.app'
|
||
|
end
|