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