Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] github-cli: update to 2.14.0
@ 2022-07-12 11:50 tranzystorek-io
  2022-07-12 14:03 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-07-12 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages github-cli
https://github.com/void-linux/void-packages/pull/38022

github-cli: update to 2.14.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38022.patch is attached

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

From 1abd53d4450acbf4f4cd305175901adbac571f5d Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 12 Jul 2022 13:49:39 +0200
Subject: [PATCH] github-cli: update to 2.14.0

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

diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template
index 877501cd4194..4eaad3bbe04e 100644
--- a/srcpkgs/github-cli/template
+++ b/srcpkgs/github-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'github-cli'
 pkgname=github-cli
-version=2.13.0
+version=2.14.0
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://cli.github.com"
 changelog="https://github.com/cli/cli/releases"
 distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz"
-checksum=f8bc46bda990bc9947a26f5505533b86903c96f95047b2dacf7c9534e5b86760
+checksum=cf5f9eed51248911f9b2174f03e78eafe44bd34d292554e0d9e4072850cf37e4
 
 pre_build() {
 	local _date

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

* Re: [PR PATCH] [Updated] github-cli: update to 2.14.0
  2022-07-12 11:50 [PR PATCH] github-cli: update to 2.14.0 tranzystorek-io
@ 2022-07-12 14:03 ` tranzystorek-io
  2022-07-14 17:40 ` [PR PATCH] [Updated] github-cli: update to 2.14.1 tranzystorek-io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-07-12 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages github-cli
https://github.com/void-linux/void-packages/pull/38022

github-cli: update to 2.14.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38022.patch is attached

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

From 0f990c19e9cbdc8dec33bdb70019a4ddddde171f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 12 Jul 2022 13:49:39 +0200
Subject: [PATCH] github-cli: update to 2.14.1

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

diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template
index 877501cd4194..0c93fcc9b9eb 100644
--- a/srcpkgs/github-cli/template
+++ b/srcpkgs/github-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'github-cli'
 pkgname=github-cli
-version=2.13.0
+version=2.14.1
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://cli.github.com"
 changelog="https://github.com/cli/cli/releases"
 distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz"
-checksum=f8bc46bda990bc9947a26f5505533b86903c96f95047b2dacf7c9534e5b86760
+checksum=83ea9ae83c7de8f5cf73ee33004e655cbea5665165740511abfda8c0e489f7fa
 
 pre_build() {
 	local _date

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

* Re: [PR PATCH] [Updated] github-cli: update to 2.14.1
  2022-07-12 11:50 [PR PATCH] github-cli: update to 2.14.0 tranzystorek-io
  2022-07-12 14:03 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-14 17:40 ` tranzystorek-io
  2022-07-14 17:40 ` [PR PATCH] [Updated] github-cli: update to 2.14.2 tranzystorek-io
  2022-07-14 18:23 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-07-14 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages github-cli
https://github.com/void-linux/void-packages/pull/38022

github-cli: update to 2.14.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38022.patch is attached

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

From ae7a4a5372909f2b8d7c86b2a58e7e7a8d7c7504 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 12 Jul 2022 13:49:39 +0200
Subject: [PATCH] github-cli: update to 2.14.1

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

diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template
index 877501cd4194..08e6205ecc95 100644
--- a/srcpkgs/github-cli/template
+++ b/srcpkgs/github-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'github-cli'
 pkgname=github-cli
-version=2.13.0
+version=2.14.2
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://cli.github.com"
 changelog="https://github.com/cli/cli/releases"
 distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz"
-checksum=f8bc46bda990bc9947a26f5505533b86903c96f95047b2dacf7c9534e5b86760
+checksum=06c78f050127bba298d273f824887ab4544273862abbf109df0e1d4fcb1cd7e6
 
 pre_build() {
 	local _date

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

* Re: [PR PATCH] [Updated] github-cli: update to 2.14.2
  2022-07-12 11:50 [PR PATCH] github-cli: update to 2.14.0 tranzystorek-io
  2022-07-12 14:03 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-07-14 17:40 ` [PR PATCH] [Updated] github-cli: update to 2.14.1 tranzystorek-io
@ 2022-07-14 17:40 ` tranzystorek-io
  2022-07-14 18:23 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-07-14 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages github-cli
https://github.com/void-linux/void-packages/pull/38022

github-cli: update to 2.14.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38022.patch is attached

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

From 4da1f9fc30e334c4d1f0eff7dfa95d01e132cc32 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 12 Jul 2022 13:49:39 +0200
Subject: [PATCH] github-cli: update to 2.14.2

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

diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template
index 877501cd4194..08e6205ecc95 100644
--- a/srcpkgs/github-cli/template
+++ b/srcpkgs/github-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'github-cli'
 pkgname=github-cli
-version=2.13.0
+version=2.14.2
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://cli.github.com"
 changelog="https://github.com/cli/cli/releases"
 distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz"
-checksum=f8bc46bda990bc9947a26f5505533b86903c96f95047b2dacf7c9534e5b86760
+checksum=06c78f050127bba298d273f824887ab4544273862abbf109df0e1d4fcb1cd7e6
 
 pre_build() {
 	local _date

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

* Re: [PR PATCH] [Merged]: github-cli: update to 2.14.2
  2022-07-12 11:50 [PR PATCH] github-cli: update to 2.14.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-07-14 17:40 ` [PR PATCH] [Updated] github-cli: update to 2.14.2 tranzystorek-io
@ 2022-07-14 18:23 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-07-14 18:23 UTC (permalink / raw)
  To: ml

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

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

github-cli: update to 2.14.2
https://github.com/void-linux/void-packages/pull/38022

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

end of thread, other threads:[~2022-07-14 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-12 11:50 [PR PATCH] github-cli: update to 2.14.0 tranzystorek-io
2022-07-12 14:03 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-14 17:40 ` [PR PATCH] [Updated] github-cli: update to 2.14.1 tranzystorek-io
2022-07-14 17:40 ` [PR PATCH] [Updated] github-cli: update to 2.14.2 tranzystorek-io
2022-07-14 18:23 ` [PR PATCH] [Merged]: " leahneukirchen

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