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