golang: Update to 1.13.12

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2020-06-08 16:25:01 +08:00
parent 49685b6bef
commit a93ea48b2c
No known key found for this signature in database
GPG key ID: C616D9E719E868E4
2 changed files with 2 additions and 2 deletions

View file

@ -11,4 +11,4 @@ endif
GO_VERSION_MAJOR_MINOR:=1.13
GO_VERSION_PATCH:=11
GO_VERSION_PATCH:=12

View file

@ -18,7 +18,7 @@ GO_SOURCE_URLS:=https://dl.google.com/go/ \
PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz
PKG_SOURCE_URL:=$(GO_SOURCE_URLS)
PKG_HASH:=89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679
PKG_HASH:=17ba2c4de4d78793a21cc659d9907f4356cd9c8de8b7d0899cdedcef712eba34
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause