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.
7 lines
283 B
7 lines
283 B
class FirefoxBetaGb < Cask
|
|
url 'https://download.mozilla.org/?product=firefox-29.0b1&os=osx&lang=en-GB'
|
|
homepage 'https://www.mozilla.org/en-GB/firefox/beta/'
|
|
version '29.0b1'
|
|
sha256 'db7fe6408bcabeeb381b74ed34ef7223ab57fa3c503f8295aa65ac73823b58e8'
|
|
link 'Firefox.app'
|
|
end
|
|
|