Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cri-tools: update to 1.16.0.
@ 2019-09-18 20:54 voidlinux-github
  2019-09-19  9:58 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-18 20:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 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.16.0
https://github.com/void-linux/void-packages/pull/14572

cri-tools: update to 1.16.0.
Seems they've changed the place binaries show up.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE_cri-tools_1.16.0-14572.patch --]
[-- Type: text/x-diff, Size: 1140 bytes --]

From dcf51336654bfcbc4164689cc25fa0a1e7507149 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <kylenusbaum@granular.ag>
Date: Wed, 18 Sep 2019 15:16:36 -0500
Subject: [PATCH] cri-tools: update to 1.16.0.

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

diff --git a/srcpkgs/cri-tools/template b/srcpkgs/cri-tools/template
index 9dca672cfae..66a936fcd1b 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.15.0
+version=1.16.0
 revision=1
 build_style=go
 go_import_path=github.com/kubernetes-sigs/cri-tools
@@ -9,8 +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=7827777ffb085918ef454210ce158a464f1b7326eb339deb348cc8cd3aee2931
+checksum=4c382c3929f1536c36f3a6c8593ce49dd5b7831d3c0f9e41cd4f48163ec05b90
 
 do_build() {
 	make ${makejobs}
 }
+
+do_install() {
+	for bin in _output/*; do
+		vbin $bin
+	done
+}

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

* Re: [PR PATCH] [Merged]: cri-tools: update to 1.16.0.
  2019-09-18 20:54 [PR PATCH] cri-tools: update to 1.16.0 voidlinux-github
@ 2019-09-19  9:58 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-19  9:58 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

cri-tools: update to 1.16.0.
https://github.com/void-linux/void-packages/pull/14572

Description:
Seems they've changed the place binaries show up.

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

end of thread, other threads:[~2019-09-19  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-18 20:54 [PR PATCH] cri-tools: update to 1.16.0 voidlinux-github
2019-09-19  9:58 ` [PR PATCH] [Merged]: " voidlinux-github

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).