homebrew-cask/Casks/google-earth.rb

10 lines
221 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-09-16 00:05:39 +08:00
app 'Google Earth.app'
end