cri-tools: update to 1.22.0.
This commit is contained in:
parent
9da559d50e
commit
25e75137d1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cri-tools'
|
||||
pkgname=cri-tools
|
||||
version=1.18.0
|
||||
version=1.22.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/kubernetes-sigs/cri-tools
|
||||
|
@ -9,14 +9,14 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/kubernetes-sigs/cri-tools"
|
||||
distfiles="https://github.com/kubernetes-sigs/cri-tools/archive/v${version}.tar.gz"
|
||||
checksum=d3c9af8b895465d0790589246b5e41d7ebd41f18da5a07b77dd7e0c85d8ba549
|
||||
checksum=76fc230a73dd7e8183f499c88effaf734540808f2f90287031a85d0a4d8512d9
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
for bin in _output/*; do
|
||||
vbin $bin
|
||||
for bin in build/bin/*; do
|
||||
vbin $bin
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue