package/go: bump version to 1.12.5
Fixes a number of issues discovered since 1.12.4. From the release notes: go1.12.5 (released 2019/05/06) includes fixes to the compiler, the linker, the go command, the runtime, and the os package. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
18bd9a440a
commit
ce32fa6cc1
@ -1,3 +1,3 @@
|
||||
# From https://golang.org/dl/
|
||||
sha256 4affc3e610cd8182c47abbc5b0c0e4e3c6a2b945b55aaa2ba952964ad9df1467 go1.12.4.src.tar.gz
|
||||
sha256 2aa5f088cbb332e73fc3def546800616b38d3bfe6b8713b8a6404060f22503e8 go1.12.5.src.tar.gz
|
||||
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GO_VERSION = 1.12.4
|
||||
GO_VERSION = 1.12.5
|
||||
GO_SITE = https://storage.googleapis.com/golang
|
||||
GO_SOURCE = go$(GO_VERSION).src.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user