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-30.0b1&os=osx&lang=en-GB'
|
|
homepage 'https://www.mozilla.org/en-GB/firefox/beta/'
|
|
version '30.0b1'
|
|
sha256 '54b4285134792f149273238d0eff4b402efe2f04de0a13fe070fe565762fc896'
|
|
link 'Firefox.app'
|
|
end
|
|
|