cni: update to 1.2.3
This commit is contained in:
parent
6cd2bf571a
commit
de30e4842e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cni'
|
||||
pkgname=cni
|
||||
version=1.1.2
|
||||
revision=3
|
||||
version=1.2.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containernetworking/cni"
|
||||
go_package="${go_import_path}/cnitool"
|
||||
|
@ -9,8 +9,9 @@ short_desc="Container Network Interface"
|
|||
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containernetworking/cni"
|
||||
distfiles="https://github.com/containernetworking/cni/archive/v${version}.tar.gz"
|
||||
checksum=7d4bcaf83acdd54b3dc216f7aa5b5e1b32cb797d9c6af601a2c26b97470ed743
|
||||
changelog="https://github.com/containernetworking/cni/releases"
|
||||
distfiles="https://github.com/containernetworking/cni/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=7e94c67144912b56d125dae9458b2fb21c8ce9fc868849df27e35dc8edaf7f24
|
||||
|
||||
post_install() {
|
||||
for _doc in Documentation/*.md cnitool/README.md
|
||||
|
|
Loading…
Reference in New Issue