go-app-engine 1.6.6
This commit is contained in:
parent
855830fa02
commit
38e7f41536
2 changed files with 4 additions and 4 deletions
|
@ -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 '..'
|
||||
|
|
|
@ -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 '..'
|
||||
|
|
Loading…
Reference in a new issue