Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopls: update to 0.14.2.
@ 2023-11-17 12:56 Bnyro
  2023-11-27 15:00 ` [PR PATCH] [Updated] " Bnyro
  2023-12-02 17:56 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2023-11-17 12:56 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/47279

gopls: update to 0.14.2.

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

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

From db52bdd6236c6bf9d52296e42b1cfbb5be4440a6 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 17 Nov 2023 13:53:41 +0100
Subject: [PATCH] gopls: update to 0.14.2.

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

diff --git a/srcpkgs/gopls/template b/srcpkgs/gopls/template
index 842da860cb279..94d50eee0db58 100644
--- a/srcpkgs/gopls/template
+++ b/srcpkgs/gopls/template
@@ -1,6 +1,6 @@
 # Template file for 'gopls'
 pkgname=gopls
-version=0.14.1
+version=0.14.2
 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=33f886f65268c6b1e3e3a0177681c2aeaeba3993b2a0829d18efb49869c1ca0e
+checksum=5a4939e08adf4de0720042868b43405de0cf221ae9a0b266694d4f222b3edfbb
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Updated] gopls: update to 0.14.2.
  2023-11-17 12:56 [PR PATCH] gopls: update to 0.14.2 Bnyro
@ 2023-11-27 15:00 ` Bnyro
  2023-12-02 17:56 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-11-27 15:00 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/47279

gopls: update to 0.14.2.

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

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

From e19ab20fcb31faf5df61491d0d8f60b532b5dad6 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 27 Nov 2023 16:00:27 +0100
Subject: [PATCH] gopls: update to 0.14.2.

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

diff --git a/srcpkgs/gopls/template b/srcpkgs/gopls/template
index 842da860cb279..94d50eee0db58 100644
--- a/srcpkgs/gopls/template
+++ b/srcpkgs/gopls/template
@@ -1,6 +1,6 @@
 # Template file for 'gopls'
 pkgname=gopls
-version=0.14.1
+version=0.14.2
 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=33f886f65268c6b1e3e3a0177681c2aeaeba3993b2a0829d18efb49869c1ca0e
+checksum=5a4939e08adf4de0720042868b43405de0cf221ae9a0b266694d4f222b3edfbb
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Merged]: gopls: update to 0.14.2.
  2023-11-17 12:56 [PR PATCH] gopls: update to 0.14.2 Bnyro
  2023-11-27 15:00 ` [PR PATCH] [Updated] " Bnyro
@ 2023-12-02 17:56 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-12-02 17:56 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.2.
https://github.com/void-linux/void-packages/pull/47279

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-12-02 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17 12:56 [PR PATCH] gopls: update to 0.14.2 Bnyro
2023-11-27 15:00 ` [PR PATCH] [Updated] " Bnyro
2023-12-02 17:56 ` [PR PATCH] [Merged]: " Duncaen

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