googleappengine: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:40 +01:00
parent 98eac2c3c4
commit a8447e39ec
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
cask 'googleappengine' do
version '1.9.89'
sha256 '9ed1780e28da381c92ea6667f64a8d6ba715658d3a8957bf5190fb7edbd00ba9'
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/'
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'
app "GoogleAppEngineLauncher.app"
end