go: update to 1.19.4.

This commit is contained in:
Roberto Ricci 2022-12-10 16:34:14 +01:00 committed by Michal Vasilek
parent a106b3a56c
commit a2bcab49c1

View file

@ -1,6 +1,6 @@
# Template file for 'go' # Template file for 'go'
pkgname=go pkgname=go
version=1.19.2 version=1.19.4
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
build_wrksrc=go build_wrksrc=go
@ -12,9 +12,11 @@ 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=2ce930d70a931de660fdaf271d70192793b1b240272645bf0275779f6704df6b checksum=eda74db4ac494800a3e66ee784e495bfbb9b8e535df924a8b01b1a8028b7f368
nostrip=yes nostrip=yes
noverifyrdeps=yes noverifyrdeps=yes
# on CI it tries to use `git submodule`, which is not part of chroot-git
make_check=ci-skip
case "${XBPS_TARGET_MACHINE}" in case "${XBPS_TARGET_MACHINE}" in
aarch64*) _goarch=arm64 ;; aarch64*) _goarch=arm64 ;;