diff --git a/hardware/virtualization/docker/pspec.xml b/hardware/virtualization/docker/pspec.xml
index 4c4b49d04d..a20f8042e3 100644
--- a/hardware/virtualization/docker/pspec.xml
+++ b/hardware/virtualization/docker/pspec.xml
@@ -16,7 +16,7 @@
https://github.com/docker/docker/archive/v1.9.1.tar.gz
git
- golang
+ golang
btrfs-progs-devel
device-mapper-devel
sqlite-devel
@@ -28,7 +28,7 @@
docker
git
- golang
+ golang
sqlite
device-mapper
btrfs-progs
@@ -54,6 +54,13 @@
+
+ 2016-01-09
+ 1.9.1
+ Rebuild.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2015-12-18
1.9.1
diff --git a/programming/language/go/actions.py b/programming/language/go/actions.py
index b74ae83bc9..17363e2857 100644
--- a/programming/language/go/actions.py
+++ b/programming/language/go/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
-shelltools.export("GOROOT", "%s/go-go1.4.2" % get.workDIR())
+shelltools.export("GOROOT", "%s/go-go1.4.3" % get.workDIR())
shelltools.export("GOBIN", "$GOROOT/bin")
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
@@ -23,7 +23,7 @@ def build():
shelltools.cd("src")
shelltools.system("bash make.bash")
- shelltools.cd("%s/go-go1.4.2" % get.workDIR())
+ shelltools.cd("%s/go-go1.4.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")
@@ -34,7 +34,7 @@ def build():
def install():
- shelltools.cd("%s/go-go1.4.2" % get.workDIR())
+ shelltools.cd("%s/go-go1.4.3" % get.workDIR())
pisitools.dobin("bin/*")
pisitools.dodir("/usr/lib/go")
diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml
index 000d492ce4..a0f868d812 100644
--- a/programming/language/go/pspec.xml
+++ b/programming/language/go/pspec.xml
@@ -12,7 +12,7 @@
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.4.2.tar.gz
+ https://github.com/golang/go/archive/go1.4.3.tar.gz
perl
gawk
@@ -41,6 +41,13 @@
+
+ 2016-01-09
+ 1.4.3
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2015-04-17
1.4.2