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.
25 lines
897 B
25 lines
897 B
cask 'google-chrome-beta' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://dl.google.com/chrome/mac/beta/googlechrome.dmg'
|
|
name 'Google Chrome'
|
|
homepage 'https://www.google.com/chrome/browser/beta.html?platform=mac&extra=betachannel'
|
|
|
|
app 'Google Chrome.app'
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/Google/Chrome',
|
|
'~/Library/Caches/Google/Chrome',
|
|
'~/Library/Caches/com.google.Chrome',
|
|
'~/Library/Caches/com.google.Chrome.helper.EH',
|
|
'~/Library/Caches/com.google.Keystone.Agent',
|
|
'~/Library/Caches/com.google.SoftwareUpdate',
|
|
'~/Library/Google/GoogleSoftwareUpdate',
|
|
'~/Library/Logs/GoogleSoftwareUpdateAgent.log',
|
|
],
|
|
rmdir: [
|
|
'~/Library/Caches/Google',
|
|
'~/Library/Google',
|
|
]
|
|
end
|
|
|