Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] github-cli: update to 2.11.0
@ 2022-05-24 14:09 tranzystorek-io
  2022-05-24 17:32 ` mhmdanas
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-05-24 14:09 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/37268

github-cli: update to 2.11.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/37268.patch is attached

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

From 86b9e46cc40a485269822524b648b49e593781c9 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 24 May 2022 16:08:28 +0200
Subject: [PATCH] github-cli: update to 2.11.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 86b6ad53bdf9..d2341bddfd2b 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.10.1
+version=2.11.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=a94ba6a731ad558f7937d0ac46ff8034b56214ec9e24a9ad70296331b1bb12ed
+checksum=aaa83ee2e6f3957eae28a99496f92cfd0246d6d0a8511a6541035bf8df164350
 
 pre_build() {
 	local _date

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

* Re: github-cli: update to 2.11.0
  2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
@ 2022-05-24 17:32 ` mhmdanas
  2022-05-25  7:17 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2022-05-24 17:32 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/37268#issuecomment-1136243657

Comment:
github-cli 2.11.1 was released just after 2.11.0.

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

* Re: [PR PATCH] [Updated] github-cli: update to 2.11.0
  2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
  2022-05-24 17:32 ` mhmdanas
@ 2022-05-25  7:17 ` tranzystorek-io
  2022-05-25 14:11 ` [PR PATCH] [Updated] github-cli: update to 2.11.1 tranzystorek-io
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-05-25  7:17 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/37268

github-cli: update to 2.11.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/37268.patch is attached

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

From 1b1ac03a149075fb323273efb6dfe3e2fcedcbb0 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 24 May 2022 16:08:28 +0200
Subject: [PATCH] github-cli: update to 2.11.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 86b6ad53bdf9..a5b5d50bfde6 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.10.1
+version=2.11.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=a94ba6a731ad558f7937d0ac46ff8034b56214ec9e24a9ad70296331b1bb12ed
+checksum=7acb4097c329686ba07836d13bc45c1d269c7d7690b3bd9212e38072c22c8520
 
 pre_build() {
 	local _date

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

* Re: [PR PATCH] [Updated] github-cli: update to 2.11.1
  2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
  2022-05-24 17:32 ` mhmdanas
  2022-05-25  7:17 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-05-25 14:11 ` tranzystorek-io
  2022-05-25 14:14 ` [PR REVIEW] github-cli: update to 2.11.2 mhmdanas
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-05-25 14:11 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/37268

github-cli: update to 2.11.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/37268.patch is attached

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

From f2ce50bfbc7750f61c39820d34244fc1af972d26 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 24 May 2022 16:08:28 +0200
Subject: [PATCH] github-cli: update to 2.11.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 86b6ad53bdf9..3ec5bc03bd65 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.10.1
+version=2.11.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=a94ba6a731ad558f7937d0ac46ff8034b56214ec9e24a9ad70296331b1bb12ed
+checksum=1756e59b2db958ff25c264c6c1a1fd86fb224cc84d4043015f759be9b164d988
 
 pre_build() {
 	local _date

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

* Re: [PR REVIEW] github-cli: update to 2.11.2
  2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-05-25 14:11 ` [PR PATCH] [Updated] github-cli: update to 2.11.1 tranzystorek-io
@ 2022-05-25 14:14 ` mhmdanas
  2022-05-25 14:21 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2022-05-25 14:14 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/37268#discussion_r881708579

Comment:
Seems like you forgot to update the checksum.

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

* Re: [PR PATCH] [Updated] github-cli: update to 2.11.2
  2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-05-25 14:14 ` [PR REVIEW] github-cli: update to 2.11.2 mhmdanas
@ 2022-05-25 14:21 ` tranzystorek-io
  2022-05-25 14:24 ` [PR REVIEW] " tranzystorek-io
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-05-25 14:21 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/37268

github-cli: update to 2.11.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/37268.patch is attached

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

From 0168ca1589b860e9a7396b17b54f629355934e21 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 24 May 2022 16:08:28 +0200
Subject: [PATCH] github-cli: update to 2.11.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 86b6ad53bdf9..7d0cdc51fbb7 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.10.1
+version=2.11.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=a94ba6a731ad558f7937d0ac46ff8034b56214ec9e24a9ad70296331b1bb12ed
+checksum=24c01b8f7d72a56c08852fb4352735a130193268f16fcbef436c124fb15ccb1a
 
 pre_build() {
 	local _date

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

* Re: [PR REVIEW] github-cli: update to 2.11.2
  2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-05-25 14:21 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-05-25 14:24 ` tranzystorek-io
  2022-05-25 15:55 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-05-25 18:25 ` [PR PATCH] [Merged]: github-cli: update to 2.11.3 paper42
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-05-25 14:24 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/37268#discussion_r881720385

Comment:
Fixed now, but I was pretty sure I changed it a second time as well 🤔

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

* Re: [PR PATCH] [Updated] github-cli: update to 2.11.2
  2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-05-25 14:24 ` [PR REVIEW] " tranzystorek-io
@ 2022-05-25 15:55 ` tranzystorek-io
  2022-05-25 18:25 ` [PR PATCH] [Merged]: github-cli: update to 2.11.3 paper42
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-05-25 15:55 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/37268

github-cli: update to 2.11.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/37268.patch is attached

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

From ac05653ba71aaae2d4340b286ca276568542e1f7 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 24 May 2022 16:08:28 +0200
Subject: [PATCH] github-cli: update to 2.11.3

---
 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 86b6ad53bdf9..b8063486e1e6 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.10.1
+version=2.11.3
 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=a94ba6a731ad558f7937d0ac46ff8034b56214ec9e24a9ad70296331b1bb12ed
+checksum=1a4a90b1893dac022c1cfb298ebb52f66a8f93b353eafcf7bbfb43c8c0b46dfa
 
 pre_build() {
 	local _date

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

* Re: [PR PATCH] [Merged]: github-cli: update to 2.11.3
  2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-05-25 15:55 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-05-25 18:25 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-05-25 18:25 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.11.3
https://github.com/void-linux/void-packages/pull/37268

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] 9+ messages in thread

end of thread, other threads:[~2022-05-25 18:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 14:09 [PR PATCH] github-cli: update to 2.11.0 tranzystorek-io
2022-05-24 17:32 ` mhmdanas
2022-05-25  7:17 ` [PR PATCH] [Updated] " tranzystorek-io
2022-05-25 14:11 ` [PR PATCH] [Updated] github-cli: update to 2.11.1 tranzystorek-io
2022-05-25 14:14 ` [PR REVIEW] github-cli: update to 2.11.2 mhmdanas
2022-05-25 14:21 ` [PR PATCH] [Updated] " tranzystorek-io
2022-05-25 14:24 ` [PR REVIEW] " tranzystorek-io
2022-05-25 15:55 ` [PR PATCH] [Updated] " tranzystorek-io
2022-05-25 18:25 ` [PR PATCH] [Merged]: github-cli: update to 2.11.3 paper42

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