homebrew-cask/Casks/google-earth.rb

17 lines
561 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => 'google-earth' do
2014-09-17 19:42:46 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://dl.google.com/earth/client/advanced/current/GoogleEarthMac-Intel.dmg'
homepage 'https://www.google.com/earth/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:39 +08:00
app 'Google Earth.app'
2014-10-11 22:27:55 +08:00
zap :delete => [
'~/Library/Application Support/Google Earth',
'~/Library/Caches/Google Earth',
'~/Library/Caches/com.Google.GoogleEarthPlus',
]
end