Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yq-go: update to 4.9.4.
@ 2021-06-09  9:51 steinex
  2021-06-09 11:32 ` ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: steinex @ 2021-06-09  9:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages yq-go
https://github.com/void-linux/void-packages/pull/31375

yq-go: update to 4.9.4.
<!-- 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?
- [ ] 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.)
- [ ] 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/31375.patch is attached

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

From 6d67c4741cfece77c7b2197c4cd55be128274941 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 9 Jun 2021 11:44:48 +0200
Subject: [PATCH] yq-go: update to 4.9.4.

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

diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index ff3aea544c46..e52218055974 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -1,6 +1,6 @@
 # Template file for 'yq-go'
 pkgname=yq-go
-version=4.9.3
+version=4.9.4
 revision=1
 wrksrc="yq-${version}"
 build_style=go
@@ -10,7 +10,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/mikefarah/yq"
 distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
-checksum=b66b9b4182f8fd23d974c3d35e0552f5fdd5280162cec31102f69c3119ed1694
+checksum=91ef5d86a8a04628b936258bf2e3379378ecbddbf750a191cc83a5e196c2ed73
 
 do_check() {
 	go test -v

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

* Re: yq-go: update to 4.9.4.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
@ 2021-06-09 11:32 ` ericonr
  2021-06-09 11:48 ` steinex
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-06-09 11:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31375#issuecomment-857618130

Comment:
Given that https://github.com/mikefarah/yq/issues/838 wasn't fixed completely in this release, I think it's fair to wait for a new one. What do you think?

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

* Re: yq-go: update to 4.9.4.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
  2021-06-09 11:32 ` ericonr
@ 2021-06-09 11:48 ` steinex
  2021-06-10 14:36 ` [PR PATCH] [Updated] " steinex
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: steinex @ 2021-06-09 11:48 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/31375#issuecomment-857627533

Comment:
> Given that [mikefarah/yq#838](https://github.com/mikefarah/yq/issues/838) wasn't fixed completely in this release, I think it's fair to wait for a new one. What do you think?

Yep, can wait. I'll update this PR when the new version is out.


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

* Re: [PR PATCH] [Updated] yq-go: update to 4.9.4.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
  2021-06-09 11:32 ` ericonr
  2021-06-09 11:48 ` steinex
@ 2021-06-10 14:36 ` steinex
  2021-06-10 14:42 ` yq-go: update to 4.9.5 steinex
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: steinex @ 2021-06-10 14:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages yq-go
https://github.com/void-linux/void-packages/pull/31375

yq-go: update to 4.9.4.
<!-- 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.)
- [ ] 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/31375.patch is attached

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

From ef3625019aff3b51ceb3f181453e535dbab6251e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 9 Jun 2021 11:44:48 +0200
Subject: [PATCH] yq-go: update to 4.9.5.

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

diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index ff3aea544c46..dc24e8b78ace 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -1,6 +1,6 @@
 # Template file for 'yq-go'
 pkgname=yq-go
-version=4.9.3
+version=4.9.5
 revision=1
 wrksrc="yq-${version}"
 build_style=go
@@ -10,7 +10,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/mikefarah/yq"
 distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
-checksum=b66b9b4182f8fd23d974c3d35e0552f5fdd5280162cec31102f69c3119ed1694
+checksum=6b5213acf183db262653ad0790114505281aac025e2c4f140e04877d5c43bd9c
 
 do_check() {
 	go test -v

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

* Re: yq-go: update to 4.9.5.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
                   ` (2 preceding siblings ...)
  2021-06-10 14:36 ` [PR PATCH] [Updated] " steinex
@ 2021-06-10 14:42 ` steinex
  2021-06-13  7:24 ` [PR PATCH] [Updated] " steinex
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: steinex @ 2021-06-10 14:42 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/31375#issuecomment-858682822

Comment:
Fixed in 4.9.5. cc @ericonr 

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

* Re: [PR PATCH] [Updated] yq-go: update to 4.9.5.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
                   ` (3 preceding siblings ...)
  2021-06-10 14:42 ` yq-go: update to 4.9.5 steinex
@ 2021-06-13  7:24 ` steinex
  2021-06-13  7:25 ` [PR PATCH] [Updated] yq-go: update to 4.9.6 steinex
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: steinex @ 2021-06-13  7:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages yq-go
https://github.com/void-linux/void-packages/pull/31375

yq-go: update to 4.9.5.
<!-- 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.)
- [ ] 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/31375.patch is attached

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

From c556644be01c3d08f9add2c4248341f767688ef5 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 9 Jun 2021 11:44:48 +0200
Subject: [PATCH] yq-go: update to 4.9.6.

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

diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index ff3aea544c46..69358de43bc7 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -1,6 +1,6 @@
 # Template file for 'yq-go'
 pkgname=yq-go
-version=4.9.3
+version=4.9.6
 revision=1
 wrksrc="yq-${version}"
 build_style=go
@@ -10,7 +10,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/mikefarah/yq"
 distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
-checksum=b66b9b4182f8fd23d974c3d35e0552f5fdd5280162cec31102f69c3119ed1694
+checksum=40f549d801826b4a7bdad0b2a924f10b354da1d518759b2974e82dda7563f7ee
 
 do_check() {
 	go test -v

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

* Re: [PR PATCH] [Updated] yq-go: update to 4.9.6.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
                   ` (4 preceding siblings ...)
  2021-06-13  7:24 ` [PR PATCH] [Updated] " steinex
@ 2021-06-13  7:25 ` steinex
  2021-07-11 19:56 ` steinex
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: steinex @ 2021-06-13  7:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages yq-go
https://github.com/void-linux/void-packages/pull/31375

yq-go: update to 4.9.6.
<!-- 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.)
- [ ] 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/31375.patch is attached

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

From ecc9ec2cd00489dc3e7d9dbc22a6006046b68e8a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 9 Jun 2021 11:44:48 +0200
Subject: [PATCH] yq-go: update to 4.9.6.

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

diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index ff3aea544c46..69358de43bc7 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -1,6 +1,6 @@
 # Template file for 'yq-go'
 pkgname=yq-go
-version=4.9.3
+version=4.9.6
 revision=1
 wrksrc="yq-${version}"
 build_style=go
@@ -10,7 +10,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/mikefarah/yq"
 distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
-checksum=b66b9b4182f8fd23d974c3d35e0552f5fdd5280162cec31102f69c3119ed1694
+checksum=40f549d801826b4a7bdad0b2a924f10b354da1d518759b2974e82dda7563f7ee
 
 do_check() {
 	go test -v

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

* Re: [PR PATCH] [Updated] yq-go: update to 4.9.6.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
                   ` (5 preceding siblings ...)
  2021-06-13  7:25 ` [PR PATCH] [Updated] yq-go: update to 4.9.6 steinex
@ 2021-07-11 19:56 ` steinex
  2021-07-16 14:15 ` [PR PATCH] [Updated] yq-go: update to 4.9.8 steinex
  2021-07-16 14:51 ` [PR PATCH] [Merged]: yq-go: update to 4.10.0 ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: steinex @ 2021-07-11 19:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages yq-go
https://github.com/void-linux/void-packages/pull/31375

yq-go: update to 4.9.6.
<!-- 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.)
- [ ] 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/31375.patch is attached

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

From 4e6bccebd6aa196eec8c5ea9a4409a6ce6f5410d Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 9 Jun 2021 11:44:48 +0200
Subject: [PATCH] yq-go: update to 4.9.8.

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

diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index ff3aea544c46..8a8da26af272 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -1,6 +1,6 @@
 # Template file for 'yq-go'
 pkgname=yq-go
-version=4.9.3
+version=4.9.8
 revision=1
 wrksrc="yq-${version}"
 build_style=go
@@ -10,7 +10,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/mikefarah/yq"
 distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
-checksum=b66b9b4182f8fd23d974c3d35e0552f5fdd5280162cec31102f69c3119ed1694
+checksum=a7b68382ea04da47c1ef0486140f093ee4578525a89f33c3ba457d424e316cc2
 
 do_check() {
 	go test -v

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

* Re: [PR PATCH] [Updated] yq-go: update to 4.9.8.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
                   ` (6 preceding siblings ...)
  2021-07-11 19:56 ` steinex
@ 2021-07-16 14:15 ` steinex
  2021-07-16 14:51 ` [PR PATCH] [Merged]: yq-go: update to 4.10.0 ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: steinex @ 2021-07-16 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages yq-go
https://github.com/void-linux/void-packages/pull/31375

yq-go: update to 4.9.8.
<!-- 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.)
- [ ] 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/31375.patch is attached

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

From a214c58d934c61ed414d50797ddae3750b763c4b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 9 Jun 2021 11:44:48 +0200
Subject: [PATCH] yq-go: update to 4.10.0.

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

diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index ff3aea544c46..e95c032855e8 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -1,6 +1,6 @@
 # Template file for 'yq-go'
 pkgname=yq-go
-version=4.9.3
+version=4.10.0
 revision=1
 wrksrc="yq-${version}"
 build_style=go
@@ -10,7 +10,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/mikefarah/yq"
 distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
-checksum=b66b9b4182f8fd23d974c3d35e0552f5fdd5280162cec31102f69c3119ed1694
+checksum=69f2f8de1e0c5a2d6e529b471f47c2cfacf072ee751e936fd81d645a09346f30
 
 do_check() {
 	go test -v

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

* Re: [PR PATCH] [Merged]: yq-go: update to 4.10.0.
  2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
                   ` (7 preceding siblings ...)
  2021-07-16 14:15 ` [PR PATCH] [Updated] yq-go: update to 4.9.8 steinex
@ 2021-07-16 14:51 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-07-16 14:51 UTC (permalink / raw)
  To: ml

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

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

yq-go: update to 4.10.0.
https://github.com/void-linux/void-packages/pull/31375

Description:
<!-- 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.)
- [ ] 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] 10+ messages in thread

end of thread, other threads:[~2021-07-16 14:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  9:51 [PR PATCH] yq-go: update to 4.9.4 steinex
2021-06-09 11:32 ` ericonr
2021-06-09 11:48 ` steinex
2021-06-10 14:36 ` [PR PATCH] [Updated] " steinex
2021-06-10 14:42 ` yq-go: update to 4.9.5 steinex
2021-06-13  7:24 ` [PR PATCH] [Updated] " steinex
2021-06-13  7:25 ` [PR PATCH] [Updated] yq-go: update to 4.9.6 steinex
2021-07-11 19:56 ` steinex
2021-07-16 14:15 ` [PR PATCH] [Updated] yq-go: update to 4.9.8 steinex
2021-07-16 14:51 ` [PR PATCH] [Merged]: yq-go: update to 4.10.0 ericonr

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