Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopls: update to 0.14.1.
@ 2023-10-31 16:25 Bnyro
  2023-10-31 16:33 ` [PR PATCH] [Updated] " Bnyro
  2023-11-02 20:42 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2023-10-31 16:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages gopls
https://github.com/void-linux/void-packages/pull/46985

gopls: update to 0.14.1.

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

#### 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/46985.patch is attached

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

From 9571d354cb6002d43d3322f1ce7fd26129fd6fcd Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 31 Oct 2023 17:24:47 +0100
Subject: [PATCH] gopls: update to 0.14.1.

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

diff --git a/srcpkgs/gopls/template b/srcpkgs/gopls/template
index ae2785a728080..f1556142a0720 100644
--- a/srcpkgs/gopls/template
+++ b/srcpkgs/gopls/template
@@ -1,7 +1,7 @@
 # Template file for 'gopls'
 pkgname=gopls
-version=0.13.2
-revision=2
+version=0.14.1
+revision=1
 build_wrksrc=gopls
 build_style=go
 go_import_path=golang.org/x/tools/gopls
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/golang/tools/tree/master/gopls"
 distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz"
-checksum=fa8a5d38c1e040686fda6018c3456801229d6ed992b6eecfbaba146e1fc772b2
+checksum=33f886f65268c6b1e3e3a0177681c2aeaeba3993b2a0829d18efb49869c1ca0e
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Updated] gopls: update to 0.14.1.
  2023-10-31 16:25 [PR PATCH] gopls: update to 0.14.1 Bnyro
@ 2023-10-31 16:33 ` Bnyro
  2023-11-02 20:42 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-10-31 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages gopls
https://github.com/void-linux/void-packages/pull/46985

gopls: update to 0.14.1.

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

#### 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/46985.patch is attached

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

From 00dca5bac792a6ec5aed591e9ed1e0d4f984c3ce Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 31 Oct 2023 17:24:47 +0100
Subject: [PATCH] gopls: update to 0.14.1.

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

diff --git a/srcpkgs/gopls/template b/srcpkgs/gopls/template
index e5832e707b7c7..842da860cb279 100644
--- a/srcpkgs/gopls/template
+++ b/srcpkgs/gopls/template
@@ -1,6 +1,6 @@
 # Template file for 'gopls'
 pkgname=gopls
-version=0.14.0
+version=0.14.1
 revision=1
 build_wrksrc=gopls
 build_style=go
@@ -10,7 +10,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/golang/tools/tree/master/gopls"
 distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz"
-checksum=a0705600556f09f52a4dc6ddca44a84b9ff626690e5ce8d49dc9c06ebc8425be
+checksum=33f886f65268c6b1e3e3a0177681c2aeaeba3993b2a0829d18efb49869c1ca0e
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Merged]: gopls: update to 0.14.1.
  2023-10-31 16:25 [PR PATCH] gopls: update to 0.14.1 Bnyro
  2023-10-31 16:33 ` [PR PATCH] [Updated] " Bnyro
@ 2023-11-02 20:42 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-11-02 20:42 UTC (permalink / raw)
  To: ml

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

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

gopls: update to 0.14.1.
https://github.com/void-linux/void-packages/pull/46985

Description:

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

end of thread, other threads:[~2023-11-02 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-31 16:25 [PR PATCH] gopls: update to 0.14.1 Bnyro
2023-10-31 16:33 ` [PR PATCH] [Updated] " Bnyro
2023-11-02 20:42 ` [PR PATCH] [Merged]: " classabbyamp

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