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.
8 lines
231 B
8 lines
231 B
11 years ago
|
class GoogleChromeBeta < Cask
|
||
|
url 'http://dl.google.com/chrome/mac/beta/googlechrome.dmg'
|
||
|
homepage 'https://www.google.com/intl/en/chrome/browser/beta.html'
|
||
|
version 'beta-channel'
|
||
|
no_checksum
|
||
|
link 'Google Chrome.app'
|
||
|
end
|