summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorgeRaven2024-05-20 08:06:44 +0000
committerGeorgeRaven2024-05-20 08:06:44 +0000
commit977a9bf1adbacbd324b9fd88cc6c6577a61bc87f (patch)
tree20ce155311ecee5e008a09d40b0f79b70b8ea146
parent944d2d03a494f876dc86afc8f171d73ced8f4973 (diff)
downloadaur-977a9bf1adbacbd324b9fd88cc6c6577a61bc87f.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47d0f14116f3..fe52e2f4c2de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cni-plugins-bin
pkgdesc = Container Networking Interface (CNI) Plugins
- pkgver = 1.4.1
+ pkgver = 1.5.0
pkgrel = 1
url = https://www.cni.dev/
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = cni-plugins-bin
arch = armv7h
arch = armv7l
license = Apache
- provides = cni-plugins=1.4.1
+ provides = cni-plugins=1.5.0
conflicts = cni-plugins
- source = cni-plugins-bin-1.4.1-amd64::https://github.com/containernetworking/plugins/releases/download/v1.4.1/cni-plugins-linux-amd64-v1.4.1.tgz
- b2sums = 6c3ac57dfbff150bea1917bdb2cecd88604018f904d378927a1d14ea53fe1bcea2274f3b91cd3998c05cc596f877a77f6253c3a93c309516bc5671f54025bc94
+ source = cni-plugins-bin-1.5.0-amd64::https://github.com/containernetworking/plugins/releases/download/v1.5.0/cni-plugins-linux-amd64-v1.5.0.tgz
+ b2sums = 7073cff4fcd432626f6081d4b6afb64a503ea6b3dff484a484930811cf5017c69b22c8ecd4a7ad8e9448841d99b03c74e179a69c65831a675817108740c23255
pkgname = cni-plugins-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0168c51b0631..6a687b16b0cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cni-plugins-bin
pkgdesc="Container Networking Interface (CNI) Plugins"
-pkgver=1.4.1 # renovate: datasource=github-tags depName=containernetworking/plugins
+pkgver=1.5.0 # renovate: datasource=github-tags depName=containernetworking/plugins
pkgrel=1
arch=('x86_64' 'aarch64' 'armv7h' 'armv7l')
url="https://www.cni.dev/"
@@ -11,7 +11,7 @@ license=('Apache')
conflicts=('cni-plugins')
provides=("cni-plugins=${pkgver}")
source=()
-b2sums=('6c3ac57dfbff150bea1917bdb2cecd88604018f904d378927a1d14ea53fe1bcea2274f3b91cd3998c05cc596f877a77f6253c3a93c309516bc5671f54025bc94')
+b2sums=('7073cff4fcd432626f6081d4b6afb64a503ea6b3dff484a484930811cf5017c69b22c8ecd4a7ad8e9448841d99b03c74e179a69c65831a675817108740c23255')
# if CARCH is not set default to x86_64
# https://stackoverflow.com/a/11362364/11164973