Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] k9s: update to 0.24.7
@ 2021-04-27  9:28 bvdeenen
  2021-04-27 19:36 ` [PR PATCH] [Updated] " bvdeenen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bvdeenen @ 2021-04-27  9:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bvdeenen/void-packages master
https://github.com/void-linux/void-packages/pull/30542

k9s: update to 0.24.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-30542.patch --]
[-- Type: text/x-diff, Size: 2916 bytes --]

From 7a0e6565b5266715aa9ac772aaa1e1282471a428 Mon Sep 17 00:00:00 2001
From: Bart van Deenen <bartvandeenen@streammachine.io>
Date: Tue, 27 Apr 2021 11:01:52 +0200
Subject: [PATCH] k9s: update to 0.24.7

---
 srcpkgs/k9s/patches/go.mod.patch | 11 +++++++++++
 srcpkgs/k9s/patches/go.sum.patch | 11 +++++++++++
 srcpkgs/k9s/template             |  4 ++--
 3 files changed, 24 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/k9s/patches/go.mod.patch
 create mode 100644 srcpkgs/k9s/patches/go.sum.patch

diff --git a/srcpkgs/k9s/patches/go.mod.patch b/srcpkgs/k9s/patches/go.mod.patch
new file mode 100644
index 000000000000..c3a7137d1b18
--- /dev/null
+++ b/srcpkgs/k9s/patches/go.mod.patch
@@ -0,0 +1,11 @@
+--- go.mod.org	2021-04-27 10:51:23.602448450 +0200
++++ go.mod	2021-04-27 10:51:33.685466458 +0200
+@@ -2,8 +2,6 @@
+ 
+ go 1.16
+ 
+-replace github.com/derailed/tview => ../tview
+-
+ replace (
+ 	github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
+ 	github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
diff --git a/srcpkgs/k9s/patches/go.sum.patch b/srcpkgs/k9s/patches/go.sum.patch
new file mode 100644
index 000000000000..89288e248eb4
--- /dev/null
+++ b/srcpkgs/k9s/patches/go.sum.patch
@@ -0,0 +1,11 @@
+--- go.sum.org	2021-04-27 10:55:02.442782948 +0200
++++ go.sum	2021-04-27 10:55:27.707814111 +0200
+@@ -191,6 +191,8 @@
+ github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0=
+ github.com/derailed/popeye v0.9.0 h1:0zP4BAzo94RUjrUkzgF962v0zL9B3xyopd7kU7tMxuc=
+ github.com/derailed/popeye v0.9.0/go.mod h1:g3hudQlbEEChCA7U44fA+utTM9xQpD4pINUMQaiq5Gs=
++github.com/derailed/tview v0.5.3 h1:rzUz7sDoWJQjrx1u8YSbfQNmva+z2bnQqzoR6CZruo8=
++github.com/derailed/tview v0.5.3/go.mod h1:Cd1rHezeTZDlze2WsQMuGFwiooP1bO0RttWj7XtZbFM=
+ github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
+ github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template
index 6ceec1f3e0ad..de0e7a9b08f4 100644
--- a/srcpkgs/k9s/template
+++ b/srcpkgs/k9s/template
@@ -1,6 +1,6 @@
 # Template file for 'k9s'
 pkgname=k9s
-version=0.24.6
+version=0.24.7
 revision=1
 build_style=go
 go_import_path="github.com/derailed/k9s"
@@ -10,4 +10,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"
 homepage="https://k9scli.io/"
 distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
-checksum=72cce161786273f203421e93d8b22bfa7659fecdf2d0f018a5dc113302ba3958
+checksum=a205852c7e0f0a04824514c7a3332dc1a99ad8c701f966cf59dd4419e5857609

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

end of thread, other threads:[~2021-04-27 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  9:28 [PR PATCH] k9s: update to 0.24.7 bvdeenen
2021-04-27 19:36 ` [PR PATCH] [Updated] " bvdeenen
2021-04-27 19:40 ` bvdeenen
2021-04-27 19:44 ` bvdeenen
2021-04-27 19:44 ` [PR PATCH] [Closed]: " bvdeenen

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