Go App Engine SDK 1.8.1

Closes Homebrew/homebrew#20437.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Alexey Palazhchenko 2013-06-12 16:48:12 +04:00 committed by Jack Nagel
parent 6da4d36886
commit 4cc53d4245
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@ require 'formula'
class GoAppEngine32 < Formula
homepage 'http://code.google.com/appengine/docs/go/overview.html'
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_386-1.8.0.zip'
sha1 '8a53c5e725516a12ebe06c8e84cce0d7d7b9ae48'
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_386-1.8.1.zip'
sha1 '30c2b2270b48c5676cc4dea80a77f2aa6dcd1b9d'
def install
cd '..'

View file

@ -2,8 +2,8 @@ require 'formula'
class GoAppEngine64 < Formula
homepage 'http://code.google.com/appengine/docs/go/overview.html'
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_amd64-1.8.0.zip'
sha1 'f4a6d3bf078157fcbac54cffcaf7836ca3ff6b40'
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_amd64-1.8.1.zip'
sha1 '2ef8e518267d82305ddf694e79cb327b385d0908'
def install
cd '..'