update Go to 1.7.4

This commit is contained in:
Boris Nagaev 2016-12-05 10:14:11 +01:00
parent 464168e529
commit 23cdc092f1
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ PKG := go
$(PKG)_WEBSITE := https://golang.org/
$(PKG)_OWNER := https://github.com/starius
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.7.3
$(PKG)_CHECKSUM := 79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44
$(PKG)_VERSION := 1.7.4
$(PKG)_CHECKSUM := 4c189111e9ba651a2bb3ee868aa881fab36b2f2da3409e80885ca758a6b614cc
$(PKG)_SUBDIR := go
$(PKG)_FILE := go$($(PKG)_VERSION).src.tar.gz
$(PKG)_URL := https://storage.googleapis.com/golang/$($(PKG)_FILE)