package/go: bump version to 1.11.9
Fixes a number of issues discovered since 1.11.6. From the release notes: go1.11.7 (released 2019/04/05) includes fixes to the runtime and the net packages. See the Go 1.11.7 milestone on our issue tracker for details. go1.11.8 (released 2019/04/08) was accidentally released without its intended fix. It is identical to go1.11.7, except for its version number. The intended fix is in go1.11.9. go1.11.9 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. Only Linux users who hit this issue need to update. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3079eee43c
commit
acd3da78d5
@ -1,3 +1,3 @@
|
||||
# From https://golang.org/dl/
|
||||
sha256 a96da1425dcbec094736033a8a416316547f8100ab4b72c31d4824d761d3e133 go1.11.6.src.tar.gz
|
||||
sha256 ee80684b352f8d6b49d804d4e615f015ae92da41c4096cfee89ed4783b2498e3 go1.11.9.src.tar.gz
|
||||
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GO_VERSION = 1.11.6
|
||||
GO_VERSION = 1.11.9
|
||||
GO_SITE = https://storage.googleapis.com/golang
|
||||
GO_SOURCE = go$(GO_VERSION).src.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user