From b01982f05ed271bb9327513edac58e4b27bb4d28 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 18 May 2020 21:14:06 +0300 Subject: [PATCH] golang:ver bump --- programming/language/go/actions.py | 15 ++++++++------- programming/language/go/pspec.xml | 13 +++++++++++-- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/programming/language/go/actions.py b/programming/language/go/actions.py index 2334666b15..1c403e92a5 100644 --- a/programming/language/go/actions.py +++ b/programming/language/go/actions.py @@ -4,10 +4,10 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import shelltools -from pisi.actionsapi import pisitools -from pisi.actionsapi import autotools from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools NoStrip = ["/"] @@ -15,12 +15,13 @@ 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.14.1" % get.workDIR()) #0 + shelltools.export("GOROOT", "%s/go-go1.14.3" % 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.14.1/go-linux-amd64-bootstrap" % get.workDIR()) #2 + shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.14.3/go" % get.workDIR()) #2 + #shelltools.export("GOROOT_BOOTSTRAP", "/usr/lib/go") shelltools.export("GOOS","linux") shelltools.export("GOARCH","amd64") @@ -31,7 +32,7 @@ def build(): def install(): shelltools.export("GOROOT_FINAL", "/usr/lib/go") - shelltools.cd("%s/go-go1.14.1" % get.workDIR()) + shelltools.cd("%s/go-go1.14.3" % get.workDIR()) pisitools.dodir("/usr/lib/go") shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR()) @@ -55,4 +56,4 @@ def install(): pisitools.removeDir("/usr/lib/go/pkg/linux_amd64") - pisitools.dodoc("LICENSE", "PATENTS", "README*") + pisitools.dodoc("LICENSE", "PATENTS", "README*") \ No newline at end of file diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml index 0d6d242f4f..782e19883c 100644 --- a/programming/language/go/pspec.xml +++ b/programming/language/go/pspec.xml @@ -13,8 +13,10 @@ 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.14.1.tar.gz - https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz + https://github.com/golang/go/archive/go1.14.3.tar.gz + + + https://dl.google.com/go/go1.14.3.linux-amd64.tar.gz @@ -37,6 +39,13 @@ + + 2020-05-18 + 1.14.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-27 1.14.1