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
311 B
10 lines
311 B
class FirefoxBetaJa < Cask
|
|
version '32.0b1'
|
|
sha256 'ea4ef1545a6e628d81e4d391c95a648af3f8a0f164e615851d06b67bc266357a'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}&os=osx&lang=ja-JP-mac"
|
|
homepage 'http://www.mozilla.org/ja/firefox/channel/#beta'
|
|
license :oss
|
|
|
|
app 'Firefox.app'
|
|
end
|
|
|