go-app-engine-64 1.9.20
Closes Homebrew/homebrew#39886 Closes Homebrew/homebrew#39921
This commit is contained in:
parent
5ee3614b26
commit
7d686bc10e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class GoAppEngine64 < Formula
|
||||
homepage "https://cloud.google.com/appengine/docs/go/"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_amd64-1.9.19.zip"
|
||||
sha1 "538cb6a92e6fd59c6340aea433d78df670086026"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_amd64-1.9.20.zip"
|
||||
sha1 "2e95dd9176187503f9665b2ffabb93367e61474f"
|
||||
|
||||
def install
|
||||
cd ".."
|
||||
|
|
Loading…
Reference in a new issue