go: update to 1.21.1.

This commit is contained in:
Kirill 2023-09-07 17:29:07 +04:00 committed by Duncan Overbruck
parent 38e7279c43
commit 28f85edd27

View file

@ -1,7 +1,7 @@
# Template file for 'go' # Template file for 'go'
pkgname=go pkgname=go
version=1.21.0 version=1.21.1
revision=2 revision=1
create_wrksrc=yes create_wrksrc=yes
build_wrksrc=go build_wrksrc=go
hostmakedepends="go1.17-bootstrap" hostmakedepends="go1.17-bootstrap"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://go.dev/" homepage="https://go.dev/"
changelog="https://go.dev/doc/devel/release.html" changelog="https://go.dev/doc/devel/release.html"
distfiles="https://go.dev/dl/go${version}.src.tar.gz" distfiles="https://go.dev/dl/go${version}.src.tar.gz"
checksum=818d46ede85682dd551ad378ef37a4d247006f12ec59b5b755601d2ce114369a checksum=bfa36bf75e9a1e9cbbdb9abcf9d1707e479bd3a07880a8ae3564caee5711cb99
nostrip=yes nostrip=yes
noverifyrdeps=yes noverifyrdeps=yes
# on CI it tries to use `git submodule`, which is not part of chroot-git # on CI it tries to use `git submodule`, which is not part of chroot-git