go-appengine-sdk (386) 1.9.6
This commit is contained in:
parent
fb995948d6
commit
ae8f92c0a0
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
require 'formula'
|
require "formula"
|
||||||
|
|
||||||
class GoAppEngine32 < Formula
|
class GoAppEngine32 < Formula
|
||||||
homepage 'http://code.google.com/appengine/docs/go/overview.html'
|
homepage "http://code.google.com/appengine/docs/go/overview.html"
|
||||||
url 'https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_386-1.9.5.zip'
|
url "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_386-1.9.6.zip"
|
||||||
sha1 '95e8ea9c4cdc5f4feea2b2e1fdb90d9f259eb774'
|
sha1 "607ddc9ee0f4a68a6cd98903538e5d25ae3667da"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
cd '..'
|
cd ".."
|
||||||
share.install 'go_appengine' => name
|
share.install "go_appengine" => name
|
||||||
%w[
|
%w[
|
||||||
api_server.py appcfg.py bulkloader.py bulkload_client.py dev_appserver.py download_appstats.py goapp
|
api_server.py appcfg.py bulkloader.py bulkload_client.py dev_appserver.py download_appstats.py goapp
|
||||||
].each do |fn|
|
].each do |fn|
|
||||||
|
|
Loading…
Reference in a new issue