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
295 B
7 lines
295 B
class FirefoxESR < Cask
|
|
url 'https://download.mozilla.org/?product=firefox-24.4.0esr&os=osx&lang=en-US'
|
|
homepage 'http://www.mozilla.org/en-US/firefox/organizations/faq/'
|
|
version '24.4.0'
|
|
sha256 '15795780f50e672c44a9115092be1e632caec2f2b2fc8e1cf01ea9292c2c4fd7'
|
|
link 'Firefox.app'
|
|
end
|
|
|