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