go-app-engine-64 1.9.18
Closes Homebrew/homebrew#37502. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2db27a6194
commit
d4eeb723f8
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require "formula"
|
||||
|
||||
class GoAppEngine64 < Formula
|
||||
homepage "https://code.google.com/appengine/docs/go/overview.html"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_amd64-1.9.17.zip"
|
||||
sha1 "c88aa3e50f56f8c1b3d27cdaee68d2c17ac4ed22"
|
||||
homepage "https://cloud.google.com/appengine/docs/go/"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_amd64-1.9.18.zip"
|
||||
sha1 "21721945d0fee2f523d3997205164e7e9888297c"
|
||||
|
||||
def install
|
||||
cd ".."
|
||||
|
|
Loading…
Reference in a new issue