mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cni: update to 1.2.3
This commit is contained in:
parent
6cd2bf571a
commit
de30e4842e
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cni'
|
# Template file for 'cni'
|
||||||
pkgname=cni
|
pkgname=cni
|
||||||
version=1.1.2
|
version=1.2.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containernetworking/cni"
|
go_import_path="github.com/containernetworking/cni"
|
||||||
go_package="${go_import_path}/cnitool"
|
go_package="${go_import_path}/cnitool"
|
||||||
|
@ -9,8 +9,9 @@ short_desc="Container Network Interface"
|
||||||
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/cni"
|
homepage="https://github.com/containernetworking/cni"
|
||||||
distfiles="https://github.com/containernetworking/cni/archive/v${version}.tar.gz"
|
changelog="https://github.com/containernetworking/cni/releases"
|
||||||
checksum=7d4bcaf83acdd54b3dc216f7aa5b5e1b32cb797d9c6af601a2c26b97470ed743
|
distfiles="https://github.com/containernetworking/cni/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=7e94c67144912b56d125dae9458b2fb21c8ce9fc868849df27e35dc8edaf7f24
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for _doc in Documentation/*.md cnitool/README.md
|
for _doc in Documentation/*.md cnitool/README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue