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
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'go'
pkgname=go
version=1.19.2
version=1.19.4
revision=1
create_wrksrc=yes
build_wrksrc=go
@ -12,9 +12,11 @@ license="BSD-3-Clause"
homepage="https://go.dev/"
changelog="https://go.dev/doc/devel/release.html"
distfiles="https://go.dev/dl/go${version}.src.tar.gz"
checksum=2ce930d70a931de660fdaf271d70192793b1b240272645bf0275779f6704df6b
checksum=eda74db4ac494800a3e66ee784e495bfbb9b8e535df924a8b01b1a8028b7f368
nostrip=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
aarch64*) _goarch=arm64 ;;