Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go: update to 1.18.2.
@ 2022-05-18 16:22 josegpt
  2022-06-16 12:25 ` daniel-eys
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: josegpt @ 2022-05-18 16:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages go
https://github.com/void-linux/void-packages/pull/37187

go: update to 1.18.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)



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

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

From cff734bb7d3a3d77eb4ea788cb885ed984d17b74 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Wed, 18 May 2022 12:21:58 -0400
Subject: [PATCH] go: update to 1.18.2.

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 44423832896f..de6d5d0ffd87 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.18.1
+version=1.18.2
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://go.dev/"
 changelog="https://go.dev/doc/devel/release.html"
 distfiles="https://go.dev/dl/go${version}.src.tar.gz"
-checksum=efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088
+checksum=2c44d03ea2c34092137ab919ba602f2c261a038d08eb468528a3f3a28e5667e2
 nostrip=yes
 noverifyrdeps=yes
 

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

* Re: go: update to 1.18.2.
  2022-05-18 16:22 [PR PATCH] go: update to 1.18.2 josegpt
@ 2022-06-16 12:25 ` daniel-eys
  2022-06-17 14:21 ` josegpt
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: daniel-eys @ 2022-06-16 12:25 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/37187#issuecomment-1157601364

Comment:
new upstream release: 1.18.3

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

* Re: go: update to 1.18.2.
  2022-05-18 16:22 [PR PATCH] go: update to 1.18.2 josegpt
  2022-06-16 12:25 ` daniel-eys
@ 2022-06-17 14:21 ` josegpt
  2022-06-17 14:23 ` [PR PATCH] [Updated] " josegpt
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: josegpt @ 2022-06-17 14:21 UTC (permalink / raw)
  To: ml

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

New comment by josegpt on void-packages repository

https://github.com/void-linux/void-packages/pull/37187#issuecomment-1158920947

Comment:
@daniel-eys Thanks for letting me know. I will updating it to the new release.

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

* Re: [PR PATCH] [Updated] go: update to 1.18.2.
  2022-05-18 16:22 [PR PATCH] go: update to 1.18.2 josegpt
  2022-06-16 12:25 ` daniel-eys
  2022-06-17 14:21 ` josegpt
@ 2022-06-17 14:23 ` josegpt
  2022-06-17 18:07 ` [PR PATCH] [Updated] go: update to 1.18.3 josegpt
  2022-06-19 19:54 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: josegpt @ 2022-06-17 14:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages go
https://github.com/void-linux/void-packages/pull/37187

go: update to 1.18.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)



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

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

From 09d76db760c1d7a381cef58c03263d98165aeb19 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Wed, 18 May 2022 12:21:58 -0400
Subject: [PATCH] go: update to 1.18.3.

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 44423832896f..2db64b795ed8 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.18.1
+version=1.18.3
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://go.dev/"
 changelog="https://go.dev/doc/devel/release.html"
 distfiles="https://go.dev/dl/go${version}.src.tar.gz"
-checksum=efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088
+checksum=0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d
 nostrip=yes
 noverifyrdeps=yes
 

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

* Re: [PR PATCH] [Updated] go: update to 1.18.3.
  2022-05-18 16:22 [PR PATCH] go: update to 1.18.2 josegpt
                   ` (2 preceding siblings ...)
  2022-06-17 14:23 ` [PR PATCH] [Updated] " josegpt
@ 2022-06-17 18:07 ` josegpt
  2022-06-19 19:54 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: josegpt @ 2022-06-17 18:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages go
https://github.com/void-linux/void-packages/pull/37187

go: update to 1.18.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)



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

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

From 685c6431d275717f2f3bb52d7289c12be9fc9153 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Wed, 18 May 2022 12:21:58 -0400
Subject: [PATCH] go: update to 1.18.3.

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 44423832896f..2db64b795ed8 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.18.1
+version=1.18.3
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://go.dev/"
 changelog="https://go.dev/doc/devel/release.html"
 distfiles="https://go.dev/dl/go${version}.src.tar.gz"
-checksum=efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088
+checksum=0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d
 nostrip=yes
 noverifyrdeps=yes
 

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

* Re: [PR PATCH] [Merged]: go: update to 1.18.3.
  2022-05-18 16:22 [PR PATCH] go: update to 1.18.2 josegpt
                   ` (3 preceding siblings ...)
  2022-06-17 18:07 ` [PR PATCH] [Updated] go: update to 1.18.3 josegpt
@ 2022-06-19 19:54 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-06-19 19:54 UTC (permalink / raw)
  To: ml

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

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

go: update to 1.18.3.
https://github.com/void-linux/void-packages/pull/37187

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

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

<!--
#### 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, (x86_64-glibc)



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

end of thread, other threads:[~2022-06-19 19:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 16:22 [PR PATCH] go: update to 1.18.2 josegpt
2022-06-16 12:25 ` daniel-eys
2022-06-17 14:21 ` josegpt
2022-06-17 14:23 ` [PR PATCH] [Updated] " josegpt
2022-06-17 18:07 ` [PR PATCH] [Updated] go: update to 1.18.3 josegpt
2022-06-19 19:54 ` [PR PATCH] [Merged]: " 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).