mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
cri-tools: update to 1.32.0.
This commit is contained in:
parent
2fd0015977
commit
56b01932b0
1 changed files with 5 additions and 4 deletions
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'cri-tools'
|
# Template file for 'cri-tools'
|
||||||
pkgname=cri-tools
|
pkgname=cri-tools
|
||||||
version=1.22.0
|
version=1.32.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/kubernetes-sigs/cri-tools
|
go_import_path=github.com/kubernetes-sigs/cri-tools
|
||||||
|
make_check_target=sigs.k8s.io/cri-tools/cmd/crictl
|
||||||
short_desc="CLI and validation tools for Kubelet Container Runtime Interface (CRI)"
|
short_desc="CLI and validation tools for Kubelet Container Runtime Interface (CRI)"
|
||||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/kubernetes-sigs/cri-tools"
|
homepage="https://github.com/kubernetes-sigs/cri-tools"
|
||||||
distfiles="https://github.com/kubernetes-sigs/cri-tools/archive/v${version}.tar.gz"
|
distfiles="https://github.com/kubernetes-sigs/cri-tools/archive/v${version}.tar.gz"
|
||||||
checksum=76fc230a73dd7e8183f499c88effaf734540808f2f90287031a85d0a4d8512d9
|
checksum=2d48319be933df77c660fbfe7efef8c3d61bbde6787e2f33725bcc519858b287
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for bin in build/bin/*; do
|
for bin in build/bin/linux/${GOARCH}/*; do
|
||||||
vbin $bin
|
vbin $bin
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue