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.
11 lines
346 B
11 lines
346 B
cask :v1 => 'firefox-esr-ru' do
|
|
version '38.0.1'
|
|
sha256 'ebc6f10a0672dd2c0283e19783066c33a0b3df1869808f148afdc5b0139ab12c'
|
|
|
|
url "https://download.mozilla.org/?product=firefox-#{version}esr-SSL&os=osx&lang=ru"
|
|
homepage 'https://www.mozilla.org/ru/firefox/organizations/'
|
|
license :mpl
|
|
tags :vendor => 'Mozilla'
|
|
|
|
app 'Firefox.app'
|
|
end
|
|
|