cni-plugins: update to 1.7.1.

This commit is contained in:
Michael Aldridge 2025-06-26 22:02:22 -05:00
parent 8733a5d413
commit 4533167e5d

View file

@ -1,7 +1,7 @@
# Template file for 'cni-plugins' # Template file for 'cni-plugins'
pkgname=cni-plugins pkgname=cni-plugins
version=1.5.1 version=1.7.1
revision=2 revision=1
build_style=go build_style=go
go_import_path="github.com/containernetworking/plugins" go_import_path="github.com/containernetworking/plugins"
short_desc="Container Network Interface (plugins)" short_desc="Container Network Interface (plugins)"
@ -10,7 +10,7 @@ license="Apache-2.0"
homepage="https://github.com/containernetworking/plugins" homepage="https://github.com/containernetworking/plugins"
changelog="https://github.com/containernetworking/plugins/releases" changelog="https://github.com/containernetworking/plugins/releases"
distfiles="https://github.com/containernetworking/plugins/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/containernetworking/plugins/archive/refs/tags/v${version}.tar.gz"
checksum=a2eff5f064f809ee41f8f49ef8aed1f0a4093c0c772f2ce2caaee4e6f395050a checksum=95b639f8ccbb714da98e331ef8813f790d447fce5417f2f8a575f3c62bfb1474
do_build() { do_build() {
./build_linux.sh \ ./build_linux.sh \