go: bump to v1.11.2
authorChristian Stewart <christian@paral.in>
Tue, 6 Nov 2018 22:28:10 +0000 (14:28 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 8 Nov 2018 20:02:06 +0000 (21:02 +0100)
Bumps Golang host-go compiler to 1.11.2 release.

Add hash for LICENSE.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/go/go.hash
package/go/go.mk

index 9f908e3f03c2d83aff87dffe8a3c8a3d2bdbe164..bd6af0358f03a253b1385b5f97ce464fdbe1bf8b 100644 (file)
@@ -1,2 +1,3 @@
 # From https://golang.org/dl/
-sha256 558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117  go1.11.1.src.tar.gz
+sha256 042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550  go1.11.2.src.tar.gz
+sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
index ec74ba397c8cb78492e7e51ab54e33853beb400c..2e434f3badf22d2bbbd31cc88e360f786bc12488 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.11.1
+GO_VERSION = 1.11.2
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz