cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / google-earth.rb
blob5f5032364a78a9c937a244bf7f0216507a294913
1 cask :v1 => 'google-earth' do
2   version :latest
3   sha256 :no_check
5   url 'https://dl.google.com/earth/client/advanced/current/GoogleEarthMac-Intel.dmg'
6   homepage 'https://www.google.com/earth/'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   app 'Google Earth.app'
11   zap :delete => [
12                   '~/Library/Application Support/Google Earth',
13                   '~/Library/Caches/Google Earth',
14                   '~/Library/Caches/com.Google.GoogleEarthPlus',
15                  ]
16 end