Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kops: update to 1.26.3
@ 2023-05-29 10:01 ScOut3R
  2023-05-29 11:04 ` [PR PATCH] [Updated] " ScOut3R
  2023-05-29 20:00 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: ScOut3R @ 2023-05-29 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScOut3R/void-packages kops
https://github.com/void-linux/void-packages/pull/44134

kops: update to 1.26.3
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (amd64-glibc)


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

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

From b9d09a5110bba6e1b01bac23fff925e0e8e5b403 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Mon, 29 May 2023 19:59:58 +1000
Subject: [PATCH] kops: update to 1.26.3

---
 srcpkgs/kops/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kops/template b/srcpkgs/kops/template
index 25f8b2b2ac81..4b5cb338839e 100644
--- a/srcpkgs/kops/template
+++ b/srcpkgs/kops/template
@@ -1,6 +1,6 @@
 # Template file for 'kops'
 pkgname=kops
-version=1.26.2
+version=1.26.3
 revision=2
 archs="x86_64*"
 build_style=go
@@ -12,7 +12,7 @@ maintainer="Mate Gabri <iam@theguy.io>"
 license="Apache-2.0"
 homepage="https://github.com/kubernetes/kops"
 distfiles="https://github.com/kubernetes/kops/archive/refs/tags/v${version}.tar.gz"
-checksum=01d1af58b3cc2ff0917aa0ef95c7f1761bf3572b90e48608637771c2ba779813
+checksum=10959b7b59f61a6078471eb2da30ad8c839fa96f648c2c9606a3deafce36eb91
 
 post_install() {
 	${DESTDIR}/usr/bin/kops completion bash >kops-completion.bash

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

* Re: [PR PATCH] [Updated] kops: update to 1.26.3
  2023-05-29 10:01 [PR PATCH] kops: update to 1.26.3 ScOut3R
@ 2023-05-29 11:04 ` ScOut3R
  2023-05-29 20:00 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: ScOut3R @ 2023-05-29 11:04 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ScOut3R against master on the void-packages repository

https://github.com/ScOut3R/void-packages kops
https://github.com/void-linux/void-packages/pull/44134

kops: update to 1.26.3
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (amd64-glibc)


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

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

From b5bf1f257181a7ac12d2408beb03a0c93d8ed58f Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Mon, 29 May 2023 19:59:58 +1000
Subject: [PATCH] kops: update to 1.26.3

---
 srcpkgs/kops/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kops/template b/srcpkgs/kops/template
index 25f8b2b2ac81..9ea81d46c24a 100644
--- a/srcpkgs/kops/template
+++ b/srcpkgs/kops/template
@@ -1,7 +1,7 @@
 # Template file for 'kops'
 pkgname=kops
-version=1.26.2
-revision=2
+version=1.26.3
+revision=1
 archs="x86_64*"
 build_style=go
 go_import_path="k8s.io/kops/cmd/kops"
@@ -12,7 +12,7 @@ maintainer="Mate Gabri <iam@theguy.io>"
 license="Apache-2.0"
 homepage="https://github.com/kubernetes/kops"
 distfiles="https://github.com/kubernetes/kops/archive/refs/tags/v${version}.tar.gz"
-checksum=01d1af58b3cc2ff0917aa0ef95c7f1761bf3572b90e48608637771c2ba779813
+checksum=10959b7b59f61a6078471eb2da30ad8c839fa96f648c2c9606a3deafce36eb91
 
 post_install() {
 	${DESTDIR}/usr/bin/kops completion bash >kops-completion.bash

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

* Re: [PR PATCH] [Merged]: kops: update to 1.26.3
  2023-05-29 10:01 [PR PATCH] kops: update to 1.26.3 ScOut3R
  2023-05-29 11:04 ` [PR PATCH] [Updated] " ScOut3R
@ 2023-05-29 20:00 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-05-29 20:00 UTC (permalink / raw)
  To: ml

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

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

kops: update to 1.26.3
https://github.com/void-linux/void-packages/pull/44134

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (amd64-glibc)


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

end of thread, other threads:[~2023-05-29 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 10:01 [PR PATCH] kops: update to 1.26.3 ScOut3R
2023-05-29 11:04 ` [PR PATCH] [Updated] " ScOut3R
2023-05-29 20:00 ` [PR PATCH] [Merged]: " abenson

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