mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
cni-plugins: update to 0.7.5.
This commit is contained in:
parent
7500173450
commit
f840db0e39
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cni-plugins'
|
# Template file for 'cni-plugins'
|
||||||
pkgname=cni-plugins
|
pkgname=cni-plugins
|
||||||
version=0.7.4
|
version=0.7.5
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="plugins-${version}"
|
wrksrc="plugins-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containernetworking/plugins"
|
go_import_path="github.com/containernetworking/plugins"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||||
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=d47f2bda2bfd6699843a98d91a2e5c40aa58eacd3f2393c7696c158c410aad3c
|
checksum=92c7599918be0a720ac020f137cdeac746dfa03da6b26e08a37132c5728c091f
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue