homebrew-cask/Casks/google-earth.rb

8 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