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