mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
cni-plugins: update to 0.8.0.
This commit is contained in:
parent
66a502359b
commit
000c306aaa
1 changed files with 3 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=0.7.5
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="plugins-${version}"
|
wrksrc="plugins-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -10,10 +10,10 @@ 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=92c7599918be0a720ac020f137cdeac746dfa03da6b26e08a37132c5728c091f
|
checksum=a75106511fccb500a0931018ee34612b1b5c0c8c4fef03b86e9715e81dc6f512
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./build.sh
|
./build_linux.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue