Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopls: update to 0.16.1.
@ 2024-07-03 15:38 Bnyro
  2024-07-04  1:53 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bnyro @ 2024-07-03 15:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 465 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/51095

gopls: update to 0.16.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/51095.patch is attached

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

From fdba26613dfb6ff98a3e0b4d2eee7cfc0385cedc Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 3 Jul 2024 17:37:18 +0200
Subject: [PATCH] gopls: update to 0.16.1.

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

diff --git a/srcpkgs/gopls/template b/srcpkgs/gopls/template
index 272aa17fed8134..3afb18a1616ff2 100644
--- a/srcpkgs/gopls/template
+++ b/srcpkgs/gopls/template
@@ -1,6 +1,6 @@
 # Template file for 'gopls'
 pkgname=gopls
-version=0.15.3
+version=0.16.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=7fb0a43ff5e562089ca0ec3e8e7819dd205977758c02ea9bded05f56d5080a54
+checksum=0805bb9d3bfa51334b4d45a3182daea3e77ecbe27f4ddc672841ec72f63ed20a
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: gopls: update to 0.16.1.
  2024-07-03 15:38 [PR PATCH] gopls: update to 0.16.1 Bnyro
@ 2024-07-04  1:53 ` classabbyamp
  2024-07-04  7:38 ` [PR PATCH] [Updated] " Bnyro
  2024-07-05  8:06 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-07-04  1:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51095#issuecomment-2207859809

Comment:
needs rebase

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

* Re: [PR PATCH] [Updated] gopls: update to 0.16.1.
  2024-07-03 15:38 [PR PATCH] gopls: update to 0.16.1 Bnyro
  2024-07-04  1:53 ` classabbyamp
@ 2024-07-04  7:38 ` Bnyro
  2024-07-05  8:06 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2024-07-04  7:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 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/51095

gopls: update to 0.16.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/51095.patch is attached

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

From 9459b86bf0935f6aa446a4d18ac6d49e0629331e Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 4 Jul 2024 09:38:52 +0200
Subject: [PATCH] gopls: update to 0.16.1.

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

diff --git a/srcpkgs/gopls/template b/srcpkgs/gopls/template
index 47928385952841..3afb18a1616ff2 100644
--- a/srcpkgs/gopls/template
+++ b/srcpkgs/gopls/template
@@ -1,6 +1,6 @@
 # Template file for 'gopls'
 pkgname=gopls
-version=0.16.0
+version=0.16.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=0775f9769a4dfc54dfaa41182d3725f44a8fd6eaed2568390dde7f5803f931be
+checksum=0805bb9d3bfa51334b4d45a3182daea3e77ecbe27f4ddc672841ec72f63ed20a
 
 post_install() {
 	vlicense ../LICENSE

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

* Re: [PR PATCH] [Merged]: gopls: update to 0.16.1.
  2024-07-03 15:38 [PR PATCH] gopls: update to 0.16.1 Bnyro
  2024-07-04  1:53 ` classabbyamp
  2024-07-04  7:38 ` [PR PATCH] [Updated] " Bnyro
@ 2024-07-05  8:06 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-07-05  8:06 UTC (permalink / raw)
  To: ml

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

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

gopls: update to 0.16.1.
https://github.com/void-linux/void-packages/pull/51095

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

end of thread, other threads:[~2024-07-05  8:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-03 15:38 [PR PATCH] gopls: update to 0.16.1 Bnyro
2024-07-04  1:53 ` classabbyamp
2024-07-04  7:38 ` [PR PATCH] [Updated] " Bnyro
2024-07-05  8:06 ` [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).