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