summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorgeRaven2021-09-08 12:50:14 +0100
committerGeorgeRaven2021-09-08 12:50:14 +0100
commit49b6f2ca86945c849895dcd6f0e53784d1ae0b83 (patch)
tree9eb02826d202046107c72b06b1c3c1e9b67dc92e
parent950d3d0905d2bf3ada06a3d1958c18de92860172 (diff)
downloadaur-49b6f2ca86945c849895dcd6f0e53784d1ae0b83.tar.gz
Updated to latest release 1.0.1
I have bumped up to the latest release, updated all the SHA256sums and verified that the pkg builds on amd64 and will soon do further tests for arm64 and arm to confirm it is working on other platforms.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db2af145341c..237be02b3f90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cni-bin
pkgdesc = Standardised container networking interface
- pkgver = 0.9.1
+ pkgver = 1.0.1
pkgrel = 1
url = https://www.cni.dev/
arch = x86_64
@@ -8,10 +8,9 @@ pkgbase = cni-bin
arch = armv7h
arch = armv7l
license = apache
- provides = cni=0.9.1
+ provides = cni=1.0.1
conflicts = cni
- source = cni-bin-0.9.1::https://github.com/containernetworking/plugins/releases/download/v0.9.1/cni-plugins-linux-amd64-v0.9.1.tgz
- sha256sums = 962100bbc4baeaaa5748cdbfce941f756b1531c2eadb290129401498bfac21e7
+ source = cni-bin-1.0.1::https://github.com/containernetworking/plugins/releases/download/v1.0.1/cni-plugins-linux-amd64-v1.0.1.tgz
+ sha256sums = 5238fbb2767cbf6aae736ad97a7aa29167525dcd405196dfbc064672a730d3cf
pkgname = cni-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 5c8f0ddfede6..1a6a4e8bc7e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GeorgeRaven <GeorgeRavenCommunity at pm dot me>
pkgname=cni-bin
pkgdesc="Standardised container networking interface"
-pkgver=0.9.1
+pkgver=1.0.1
pkgrel=1
arch=('x86_64' 'aarch64' 'armv7h' 'armv7l')
url="https://www.cni.dev/"
@@ -13,13 +13,13 @@ sha256sums=()
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('909e800d01cc61ffa26f2629e4a202a58d727e6ccaabd0310ef18d2b1e00943c')
+ sha256sums+=('d35e3e9fd71687fc7e165f7dc7b1e35654b8012995bbfd937946b0681926d62d')
;;
aarch64) _pkgarch="arm64"
- sha256sums+=('ef17764ffd6cdcb16d76401bac1db6acc050c9b088f1be5efa0e094ea3b01df0')
+ sha256sums+=('2d4528c45bdd0a8875f849a75082bc4eafe95cb61f9bcc10a6db38a031f67226')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('962100bbc4baeaaa5748cdbfce941f756b1531c2eadb290129401498bfac21e7')
+ sha256sums+=('5238fbb2767cbf6aae736ad97a7aa29167525dcd405196dfbc064672a730d3cf')
;;
esac