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.
10 lines
322 B
10 lines
322 B
cask :v1 => 'firefox-esr-cn' do
|
|
version '38.0'
|
|
sha256 '3ab26baccdd923ad1c3dbbf418045321f3a9db10022f407c61a45dffcaf1c9d7'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}esr-SSL&os=osx&lang=zh-CN"
|
|
homepage 'https://www.mozilla.org/zh-CN/firefox/organizations/'
|
|
license :mpl
|
|
|
|
app 'Firefox.app'
|
|
end
|
|
|