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