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