mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
210 B
Ruby
7 lines
210 B
Ruby
class Firefox < Cask
|
|
url 'https://download.mozilla.org/?product=firefox-latest&os=osx&lang=en-US'
|
|
homepage 'https://www.mozilla.org/en-US/firefox/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Firefox.app'
|
|
end
|