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