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