homebrew-cask/Casks/googleappengine.rb

13 lines
562 B
Ruby

cask "googleappengine" do
version "1.9.89"
sha256 "9ed1780e28da381c92ea6667f64a8d6ba715658d3a8957bf5190fb7edbd00ba9"
# 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/featured/VERSION"
name "Google App Engine"
homepage "https://cloud.google.com/appengine/docs/standard/python/download#appengine_sdk/"
app "GoogleAppEngineLauncher.app"
end