aboutsummaryrefslogtreecommitdiffstats
path: root/community/cri-tools/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cri-tools/APKBUILD')
-rw-r--r--community/cri-tools/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cri-tools/APKBUILD b/community/cri-tools/APKBUILD
index b199f1f6020..5cce3ce3031 100644
--- a/community/cri-tools/APKBUILD
+++ b/community/cri-tools/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=cri-tools
-pkgver=1.29.0
-pkgrel=2
+pkgver=1.30.0
+pkgrel=0
pkgdesc="CLI tool for Kubelet Container Runtime Interface (CRI)"
url="https://github.com/kubernetes-sigs/cri-tools"
arch="all !armhf"
@@ -17,7 +17,7 @@ export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
build() {
case "$CARCH" in
- armv7|riscv64|s390x|x86) CGO_ENABLED=1 make all;;
+ armv7|riscv64|s390x|x86|loongarch64) CGO_ENABLED=1 make all;;
*) make all;;
esac
}
@@ -30,5 +30,5 @@ package() {
}
sha512sums="
-8e18e21017ea3140baaae7fedc85811738f1793962d5a9494117d5d0dd7f3f01468ca4768066be0bd80760b494c0c69d426603cc0326b9f95070db2547b6b8c2 cri-tools-1.29.0.tar.gz
+8fa580e804a3ab888a2da76a9233c8a7c872d65fd0e34efbdf2db45ae06c924ff35b6563ea76e40cae4a7a0b41480ce246eacc3d6e2b7d2aaec30eadb1edb08f cri-tools-1.30.0.tar.gz
"