mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
212 B
Ruby
7 lines
212 B
Ruby
class GoogleChrome < Cask
|
|
url 'https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg'
|
|
homepage 'https://www.google.com/chrome/'
|
|
version 'stable-channel'
|
|
no_checksum
|
|
link 'Google Chrome.app'
|
|
end
|