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.
9 lines
299 B
9 lines
299 B
class FirefoxEsrUs < Cask
|
|
version '31.0'
|
|
sha256 'a6fe27ebcafcf130aa906ab4a93a7898b81ea7d69f13cc24eeaba57a47fe8f4d'
|
|
|
|
url 'https://download.mozilla.org/?product=firefox-31.0esr-SSL&os=osx&lang=en-US'
|
|
homepage 'https://www.mozilla.org/en-US/firefox/organizations/faq/'
|
|
|
|
app 'Firefox.app'
|
|
end
|
|
|