homebrew-cask-versions/Casks/google-earth.rb
bmcustodio c534e07207 Adding 'Google Earth'.
Adds support for installing Google Earth via Cask.
2013-07-23 11:01:52 +01:00

7 lines
216 B
Ruby

class GoogleEarth < Cask
url 'https://dl.google.com/earth/client/advanced/current/GoogleEarthMac-Intel.dmg'
homepage 'https://www.google.com/earth/'
version 'latest'
no_checksum
link 'Google Earth.app'
end