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.
9 lines
321 B
9 lines
321 B
class FirefoxEsrCn < Cask
|
|
version '31.1.0'
|
|
sha256 'd8069f94f2ff584d6059f7bcdcb1db483a32ed8cffbe23d43647de18b83c6870'
|
|
|
|
url "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest-esr/mac/zh-CN/Firefox%20#{version}esr.dmg"
|
|
homepage 'https://www.mozilla.org/zh-CN/firefox/desktop/'
|
|
|
|
link 'Firefox.app'
|
|
end
|
|
|