cni-plugins: update to 1.2.0.
This commit is contained in:
parent
2c0622dfb6
commit
20c3c3eda3
@ -1,6 +1,6 @@
|
||||
# Template file for 'cni-plugins'
|
||||
pkgname=cni-plugins
|
||||
version=1.1.1
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containernetworking/plugins"
|
||||
@ -9,10 +9,12 @@ 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=c86c44877c47f69cd23611e22029ab26b613f620195b76b3ec20f589367a7962
|
||||
checksum=f3496ddda9c7770a0b695b67ae7ee80a4ee331ac2745af4830054b81627f79b7
|
||||
|
||||
do_build() {
|
||||
./build_linux.sh
|
||||
./build_linux.sh \
|
||||
-ldflags \
|
||||
"-X ${go_import_path}/pkg/utils/buildversion.BuildVersion=${version}"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user