go-app-engine 1.6.6

This commit is contained in:
Adam Vandenberg 2012-05-22 19:58:37 -07:00
parent 855830fa02
commit 38e7f41536
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
require 'formula'
class GoAppEngine32 < Formula
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_386-1.6.4.zip'
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_386-1.6.6.zip'
homepage 'http://code.google.com/appengine/docs/go/overview.html'
sha1 'abd30c1f1c03dc8a673e0d3c285e1b11b78e782a'
sha1 'cd234195261bf0731018e17762fe75fc2c088dba'
def install
cd '..'

View file

@ -1,9 +1,9 @@
require 'formula'
class GoAppEngine64 < Formula
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_amd64-1.6.5.zip'
url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_amd64-1.6.6.zip'
homepage 'http://code.google.com/appengine/docs/go/overview.html'
sha1 '5329cad4f32d106dec5ffdd61debdd81d8d22268'
sha1 '61996f3c5912508933ccc2aa4f3400fbdb0d37e8'
def install
cd '..'