homebrew-cask/Casks/googleappengine.rb

13 lines
500 B
Ruby

cask 'googleappengine' do
version '1.9.72'
sha256 'c64da87cdafabd6085902a8e287919ab90d13ef108719e97ded3cd7dd46932b4'
# 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