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
318 B
11 lines
318 B
10 years ago
|
cask :v1 => 'firefox-esr-uk' do
|
||
|
version '31.5.0'
|
||
|
sha256 '60a56a5ca27fba10c5cb336aeadc75996d410e039aeb3ef738bdc82a5fdb4aa1'
|
||
|
|
||
|
url "https://download.mozilla.org/?product=firefox-#{version}esr-SSL&os=osx&lang=uk"
|
||
|
homepage 'https://www.mozilla.org/uk/firefox/organizations/'
|
||
|
license :mpl
|
||
|
|
||
|
app 'Firefox.app'
|
||
|
end
|