cni: update to 1.1.2
This commit is contained in:
parent
eb4b406403
commit
42ed0fe79d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cni'
|
# Template file for 'cni'
|
||||||
pkgname=cni
|
pkgname=cni
|
||||||
version=1.0.1
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containernetworking/cni"
|
go_import_path="github.com/containernetworking/cni"
|
||||||
|
@ -10,4 +10,11 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containernetworking/cni"
|
homepage="https://github.com/containernetworking/cni"
|
||||||
distfiles="https://github.com/containernetworking/cni/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containernetworking/cni/archive/v${version}.tar.gz"
|
||||||
checksum=0e5376f70fb36c26935ddfb90b0da69736592ba8b577fbfb904750034c053d3b
|
checksum=7d4bcaf83acdd54b3dc216f7aa5b5e1b32cb797d9c6af601a2c26b97470ed743
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
for _doc in Documentation/*.md cnitool/README.md
|
||||||
|
do
|
||||||
|
vdoc "$_doc"
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue