From 4533167e5df5aa3b63a78553c5e81bb3a9247001 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 26 Jun 2025 22:02:22 -0500 Subject: [PATCH] cni-plugins: update to 1.7.1. --- srcpkgs/cni-plugins/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cni-plugins/template b/srcpkgs/cni-plugins/template index 1ac94367d0a..1227dacf55a 100644 --- a/srcpkgs/cni-plugins/template +++ b/srcpkgs/cni-plugins/template @@ -1,7 +1,7 @@ # Template file for 'cni-plugins' pkgname=cni-plugins -version=1.5.1 -revision=2 +version=1.7.1 +revision=1 build_style=go go_import_path="github.com/containernetworking/plugins" short_desc="Container Network Interface (plugins)" @@ -10,7 +10,7 @@ license="Apache-2.0" homepage="https://github.com/containernetworking/plugins" changelog="https://github.com/containernetworking/plugins/releases" distfiles="https://github.com/containernetworking/plugins/archive/refs/tags/v${version}.tar.gz" -checksum=a2eff5f064f809ee41f8f49ef8aed1f0a4093c0c772f2ce2caaee4e6f395050a +checksum=95b639f8ccbb714da98e331ef8813f790d447fce5417f2f8a575f3c62bfb1474 do_build() { ./build_linux.sh \