summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-10-22 20:55:31 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-11-24 02:25:08 (GMT)
commit2163a8f464133a6fe191db488e270ad752ee3f01 (patch)
tree7a88fc2662d6a68e585181dae505a2520d97a5f5 /plugins
parent1ba4e8f75d0c5df94bef2fc9e896d37d076c2bf9 (diff)
downloadmxe-2163a8f464133a6fe191db488e270ad752ee3f01.zip
mxe-2163a8f464133a6fe191db488e270ad752ee3f01.tar.gz
mxe-2163a8f464133a6fe191db488e270ad752ee3f01.tar.bz2
update go to 1.7.3
Diffstat (limited to 'plugins')
-rw-r--r--plugins/go/go.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/go/go.mk b/plugins/go/go.mk
index d5fe32d..7fd190d 100644
--- a/plugins/go/go.mk
+++ b/plugins/go/go.mk
@@ -4,8 +4,8 @@ PKG := go
$(PKG)_WEBSITE := https://golang.org/
$(PKG)_OWNER := https://github.com/starius
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.6.2
-$(PKG)_CHECKSUM := 787b0b750d037016a30c6ed05a8a70a91b2e9db4bd9b1a2453aa502a63f1bccc
+$(PKG)_VERSION := 1.7.3
+$(PKG)_CHECKSUM := 79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44
$(PKG)_SUBDIR := go
$(PKG)_FILE := go$($(PKG)_VERSION).src.tar.gz
$(PKG)_URL := https://storage.googleapis.com/golang/$($(PKG)_FILE)
@@ -13,7 +13,7 @@ $(PKG)_DEPS :=
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://golang.org/dl/' | \
- $(SED) -n 's,.*go\(1.6.[0-9][^>]*\)\.src\.tar.*,\1,p' | \
+ $(SED) -n 's,.*go\(1.[0-9][^>]*\)\.src\.tar.*,\1,p' | \
$(SORT) -h | tail -1
endef