mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cni-plugins: update to 1.2.0.
This commit is contained in:
parent
2c0622dfb6
commit
20c3c3eda3
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cni-plugins'
|
# Template file for 'cni-plugins'
|
||||||
pkgname=cni-plugins
|
pkgname=cni-plugins
|
||||||
version=1.1.1
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containernetworking/plugins"
|
go_import_path="github.com/containernetworking/plugins"
|
||||||
|
@ -9,10 +9,12 @@ 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=c86c44877c47f69cd23611e22029ab26b613f620195b76b3ec20f589367a7962
|
checksum=f3496ddda9c7770a0b695b67ae7ee80a4ee331ac2745af4830054b81627f79b7
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./build_linux.sh
|
./build_linux.sh \
|
||||||
|
-ldflags \
|
||||||
|
"-X ${go_import_path}/pkg/utils/buildversion.BuildVersion=${version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue