Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cri-tools: update to 1.22.0.
@ 2022-01-05 20:55 knusbaum
  2022-01-07 19:16 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: knusbaum @ 2022-01-05 20:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 525 bytes --]

There is a new pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages UPDATE-cri-tools-1.22.0
https://github.com/void-linux/void-packages/pull/34876

cri-tools: update to 1.22.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
The new executables install and run.

A patch file from https://github.com/void-linux/void-packages/pull/34876.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-cri-tools-1.22.0-34876.patch --]
[-- Type: text/x-diff, Size: 1183 bytes --]

From 9de46d85f2e6c8bf3797a5a6a9131558eb36e283 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 14:48:40 +0000
Subject: [PATCH] cri-tools: update to 1.22.0.

---
 srcpkgs/cri-tools/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cri-tools/template b/srcpkgs/cri-tools/template
index 755fd3d1fabf..10248607c7ad 100644
--- a/srcpkgs/cri-tools/template
+++ b/srcpkgs/cri-tools/template
@@ -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
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-07 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 20:55 [PR PATCH] cri-tools: update to 1.22.0 knusbaum
2022-01-07 19:16 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).