cni-plugins: update to 1.3.0

This commit is contained in:
Cameron Nemo 2023-11-13 08:20:58 -08:00 committed by Duncan Overbruck
parent b4efe3e7b0
commit ce7b712e77

View file

@ -1,7 +1,7 @@
# Template file for 'cni-plugins' # Template file for 'cni-plugins'
pkgname=cni-plugins pkgname=cni-plugins
version=1.2.0 version=1.3.0
revision=3 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)"
@ -9,7 +9,7 @@ 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" distfiles="https://github.com/containernetworking/plugins/archive/v${version}.tar.gz"
checksum=f3496ddda9c7770a0b695b67ae7ee80a4ee331ac2745af4830054b81627f79b7 checksum=f9871b9f6ccb51d2b264532e96521e44f926928f91434b56ce135c95becf2901
do_build() { do_build() {
./build_linux.sh \ ./build_linux.sh \