go-app-engine 1.7.1

Closes Homebrew/homebrew#14560.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Matt Whiteley 2012-08-30 07:52:23 -07:00 committed by Adam Vandenberg
parent e70c5648dd
commit 464b9fe664
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.7.0.zip'
sha1 '8381e11efa6629b5836b20cabf7bc3224976f454'
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_386-1.7.1.zip'
sha1 'f55848605ba5892e968c65712449fabba5dbccbc'
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.7.0.zip'
sha1 '6d971bd9ce86db04268a7da155222c771a62934a'
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_amd64-1.7.1.zip'
sha1 '0fe70c356520cd8eec277a869198716000215d6c'
def install
cd '..'