homebrew-cask/Casks/googleappengine.rb

13 lines
500 B
Ruby

cask 'googleappengine' do
version '1.9.77'
sha256 '6922db04d9c6a222af61bcc0884dc26b8ad751c879463a8e4f8a2191be7e1a65'
# storage.googleapis.com/appengine-sdks was verified as official when first introduced to the cask
url "https://storage.googleapis.com/appengine-sdks/featured/GoogleAppEngineLauncher-#{version}.dmg"
appcast 'https://storage.googleapis.com/appengine-sdks'
name 'Google App Engine'
homepage 'https://cloud.google.com/appengine/'
app 'GoogleAppEngineLauncher.app'
end