cni-plugins: update to 1.5.1

This commit is contained in:
cinerea0 2024-08-01 12:29:48 -04:00 committed by cinerea0
parent de30e4842e
commit 45ed82ae06

View file

@ -1,6 +1,6 @@
# Template file for 'cni-plugins' # Template file for 'cni-plugins'
pkgname=cni-plugins pkgname=cni-plugins
version=1.3.0 version=1.5.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/containernetworking/plugins" go_import_path="github.com/containernetworking/plugins"
@ -8,8 +8,9 @@ short_desc="Container Network Interface (plugins)"
maintainer="Cameron Nemo <cam@nohom.org>" maintainer="Cameron Nemo <cam@nohom.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/containernetworking/plugins" homepage="https://github.com/containernetworking/plugins"
distfiles="https://github.com/containernetworking/plugins/archive/v${version}.tar.gz" changelog="https://github.com/containernetworking/plugins/releases"
checksum=f9871b9f6ccb51d2b264532e96521e44f926928f91434b56ce135c95becf2901 distfiles="https://github.com/containernetworking/plugins/archive/refs/tags/v${version}.tar.gz"
checksum=a2eff5f064f809ee41f8f49ef8aed1f0a4093c0c772f2ce2caaee4e6f395050a
do_build() { do_build() {
./build_linux.sh \ ./build_linux.sh \