go-app-engine-64 1.9.17
Closes Homebrew/homebrew#35801. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ef0ef02a1c
commit
2efc967c8d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require "formula"
|
||||
|
||||
class GoAppEngine64 < Formula
|
||||
homepage "http://code.google.com/appengine/docs/go/overview.html"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_amd64-1.9.15.zip"
|
||||
sha1 "de638e484af2e6d94f5a8cbdc24a7b9c791c6531"
|
||||
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"
|
||||
|
||||
def install
|
||||
cd ".."
|
||||
|
|
Loading…
Reference in a new issue