homebrew-cask/Casks/google-earth.rb

8 lines
221 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'
sha256 :no_check
link 'Google Earth.app'
end