From 15b758f5a5f0dbb5ef715754046037a0ee3e0609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Fri, 10 Jun 2016 15:36:24 +0100 Subject: [PATCH] Delete google-chrome-dev.rb --- Casks/google-chrome-dev.rb | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Casks/google-chrome-dev.rb diff --git a/Casks/google-chrome-dev.rb b/Casks/google-chrome-dev.rb deleted file mode 100644 index 6abdaaa4a..000000000 --- a/Casks/google-chrome-dev.rb +++ /dev/null @@ -1,33 +0,0 @@ -cask 'google-chrome-dev' do - version :latest - sha256 :no_check - - url 'https://dl.google.com/chrome/mac/dev/googlechrome.dmg' - name 'Google Chrome' - homepage 'https://www.google.com/chrome/browser/desktop/index.html?extra=devchannel' - license :gratis - - 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', - ] - - caveats <<-EOS.undent - 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: - - + Move Google Chrome to your /Applications directory (the app itself, not a symlink). - + Install 1Password from outside the Mac App Store (licenses should transfer automatically, but you should contact AgileBits about it). - EOS -end