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