diff --git a/programming/language/go/actions.py b/programming/language/go/actions.py index 653281d3d0..32df52245d 100644 --- a/programming/language/go/actions.py +++ b/programming/language/go/actions.py @@ -15,12 +15,12 @@ def build(): shelltools.export("go_platform","linux-amd64") shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2") - shelltools.export("GOROOT", "%s/go-go1.10.3" % get.workDIR()) #0 + shelltools.export("GOROOT", "%s/go-go1.11.9" % get.workDIR()) #0 shelltools.export("GOBIN", "$GOROOT/bin") #1 shelltools.export("GOPATH", "%s" % get.workDIR()) shelltools.export("GOROOT_FINAL", "/usr/lib/go") - shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.10.3/go-linux-amd64-bootstrap" % get.workDIR()) #2 + shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.11.9/go-linux-amd64-bootstrap" % get.workDIR()) #2 shelltools.export("GOOS","linux") shelltools.export("GOARCH","amd64") @@ -29,19 +29,9 @@ def build(): shelltools.system("./make.bash") - #shelltools.cd("%s/go-go1.6.3" % get.workDIR()) - - #shelltools.system("$GOROOT/bin/go get -d golang.org/x/tools/cmd/godoc") - #shelltools.system("$GOROOT/bin/go build -o $GOPATH/godoc golang.org/x/tools/cmd/godoc") - - #for tool in ["godex", "godoc", "goimports", "gomvpkg", "gorename", "gotype", "benchcmp", "bundle", "callgraph", "digraph", "eg", "fiximports", "html2article", "oracle", #"present", "ssadump", "stress", "stringer"]: - # shelltools.system("$GOROOT/bin/go get -d golang.org/x/tools/cmd/%s" % tool) - # shelltools.system("$GOROOT/bin/go build -v -x -o $GOROOT/pkg/tool/$GOOS\_$GOARCH/%s golang.org/x/tools/cmd/%s" % (tool, tool)) - - def install(): shelltools.export("GOROOT_FINAL", "/usr/lib/go") - shelltools.cd("%s/go-go1.10.3" % get.workDIR()) + shelltools.cd("%s/go-go1.11.9" % get.workDIR()) pisitools.dodir("/usr/lib/go") shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR()) diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml index 3e2a1faef5..43a00f07e0 100644 --- a/programming/language/go/pspec.xml +++ b/programming/language/go/pspec.xml @@ -3,26 +3,17 @@ go - http://golang.org + https://golang.org - Aydın Demirel - aydin.demirel@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com BSD app:console Compiler and tools for the Go programming language from Google Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. - https://github.com/golang/go/archive/go1.10.3.tar.gz - https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz - - + https://github.com/golang/go/archive/go1.11.9.tar.gz + https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz golang @@ -41,6 +32,13 @@ + + 2019-04-14 + 1.11.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-08-19 1.10.3