homebrew-cask/Casks/google-earth.rb

17 lines
459 B
Ruby
Raw Normal View History

class GoogleEarth < Cask
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/'
2014-10-01 23:32:59 +08:00
license :unknown
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