cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / google-chrome.rb
blobea13b108ccd3ed76635239b15d0773ecc9d43fe9
1 cask :v1 => 'google-chrome' do
2   version :latest
3   sha256 :no_check
5   url 'https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg'
6   homepage 'https://www.google.com/chrome/'
7   license :gratis
8   tags :vendor => 'Google'
10   app 'Google Chrome.app'
12   zap :delete => [
13                   '~/Library/Application Support/Google/Chrome',
14                   '~/Library/Caches/Google/Chrome',
15                   '~/Library/Caches/com.google.Chrome',
16                   '~/Library/Caches/com.google.Chrome.helper.EH',
17                   '~/Library/Caches/com.google.Keystone.Agent',
18                   '~/Library/Caches/com.google.SoftwareUpdate',
19                   '~/Library/Google/GoogleSoftwareUpdate',
20                   '~/Library/Logs/GoogleSoftwareUpdateAgent.log',
21                  ],
22       :rmdir  => [
23                   '~/Library/Caches/Google',
24                   '~/Library/Google',
25                  ]
27   caveats <<-EOS.undent
28     The Mac App Store version of 1Password won't work with a Homebrew-Cask-linked Google Chrome. To bypass this limitation, you need to either:
30       + Move Google Chrome to your /Applications directory (the app itself, not a symlink).
31       + Install 1Password from outside the Mac App Store (licenses should transfer automatically, but you should contact AgileBits about it).
32   EOS
33 end