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
320 B
10 lines
320 B
cask :v1 => 'firefox-beta-ja' do
|
|
version '37.0b7'
|
|
sha256 '456e4d84f544edd57659ba64b3d98b98d10e4b48dad2dfa64429ec963c5e39a4'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=ja-JP-mac"
|
|
homepage 'http://www.mozilla.org/ja/firefox/channel/beta'
|
|
license :mpl
|
|
|
|
app 'Firefox.app'
|
|
end
|
|
|