Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lua-language-server: update to 3.6.18.
@ 2023-03-24 20:19 icp1994
  2023-04-28  6:34 ` [PR PATCH] [Updated] " icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2023-03-24 20:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages lua-language-server
https://github.com/void-linux/void-packages/pull/42983

lua-language-server: update to 3.6.18.
#### 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**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lua-language-server-42983.patch --]
[-- Type: text/x-diff, Size: 1255 bytes --]

From 0df1dd40193a52c0101dbd1d7c863c0258693c64 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 25 Mar 2023 00:57:00 +0530
Subject: [PATCH] lua-language-server: update to 3.6.18.

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

diff --git a/srcpkgs/lua-language-server/template b/srcpkgs/lua-language-server/template
index acd45f5fc61f..9abcdd76e5a1 100644
--- a/srcpkgs/lua-language-server/template
+++ b/srcpkgs/lua-language-server/template
@@ -1,6 +1,6 @@
 # Template file for 'lua-language-server'
 pkgname=lua-language-server
-version=3.6.17
+version=3.6.18
 revision=1
 hostmakedepends="ninja"
 short_desc="Lua LSP implementation written in Lua"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/LuaLS/lua-language-server"
 changelog="https://raw.githubusercontent.com/LuaLS/lua-language-server/master/changelog.md"
 distfiles="https://github.com/LuaLS/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip"
-checksum=3b305a17b885fbbf405eb029907984e86e0be0491f5ef94cb2778300120ed7ea
+checksum=7da0b136b0ad0604f5b89a78715158a0a200ce44a8b910c47a9718594138fc6a
 
 do_build() {
 	ninja -C 3rd/luamake -f compile/ninja/linux.ninja

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

* Re: [PR PATCH] [Updated] lua-language-server: update to 3.6.18.
  2023-03-24 20:19 [PR PATCH] lua-language-server: update to 3.6.18 icp1994
@ 2023-04-28  6:34 ` icp1994
  2023-05-27 16:06 ` [PR PATCH] [Updated] lua-language-server: update to 3.6.19 icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-04-28  6:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages lua-language-server
https://github.com/void-linux/void-packages/pull/42983

lua-language-server: update to 3.6.18.
#### 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**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lua-language-server-42983.patch --]
[-- Type: text/x-diff, Size: 1255 bytes --]

From 6758551e6eee143f68d51fa95c688fa3c55d325c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 25 Mar 2023 00:57:00 +0530
Subject: [PATCH] lua-language-server: update to 3.6.19.

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

diff --git a/srcpkgs/lua-language-server/template b/srcpkgs/lua-language-server/template
index acd45f5fc61f..759b67d61436 100644
--- a/srcpkgs/lua-language-server/template
+++ b/srcpkgs/lua-language-server/template
@@ -1,6 +1,6 @@
 # Template file for 'lua-language-server'
 pkgname=lua-language-server
-version=3.6.17
+version=3.6.19
 revision=1
 hostmakedepends="ninja"
 short_desc="Lua LSP implementation written in Lua"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/LuaLS/lua-language-server"
 changelog="https://raw.githubusercontent.com/LuaLS/lua-language-server/master/changelog.md"
 distfiles="https://github.com/LuaLS/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip"
-checksum=3b305a17b885fbbf405eb029907984e86e0be0491f5ef94cb2778300120ed7ea
+checksum=96663ad0b728adfabe9264d57bb33778a0d255361a7809b1fc0961b95efb7e41
 
 do_build() {
 	ninja -C 3rd/luamake -f compile/ninja/linux.ninja

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

* Re: [PR PATCH] [Updated] lua-language-server: update to 3.6.19.
  2023-03-24 20:19 [PR PATCH] lua-language-server: update to 3.6.18 icp1994
  2023-04-28  6:34 ` [PR PATCH] [Updated] " icp1994
@ 2023-05-27 16:06 ` icp1994
  2023-06-17  6:08 ` [PR PATCH] [Updated] lua-language-server: update to 3.6.21 icp1994
  2023-06-23 20:04 ` [PR PATCH] [Merged]: lua-language-server: update to 3.6.22 Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-05-27 16:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages lua-language-server
https://github.com/void-linux/void-packages/pull/42983

lua-language-server: update to 3.6.19.
#### 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**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lua-language-server-42983.patch --]
[-- Type: text/x-diff, Size: 1255 bytes --]

From 543fe8045a326b49037ee3927a1100b22e6799fc Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 25 Mar 2023 00:57:00 +0530
Subject: [PATCH] lua-language-server: update to 3.6.21.

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

diff --git a/srcpkgs/lua-language-server/template b/srcpkgs/lua-language-server/template
index acd45f5fc61f..bf9a49fa15ba 100644
--- a/srcpkgs/lua-language-server/template
+++ b/srcpkgs/lua-language-server/template
@@ -1,6 +1,6 @@
 # Template file for 'lua-language-server'
 pkgname=lua-language-server
-version=3.6.17
+version=3.6.21
 revision=1
 hostmakedepends="ninja"
 short_desc="Lua LSP implementation written in Lua"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/LuaLS/lua-language-server"
 changelog="https://raw.githubusercontent.com/LuaLS/lua-language-server/master/changelog.md"
 distfiles="https://github.com/LuaLS/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip"
-checksum=3b305a17b885fbbf405eb029907984e86e0be0491f5ef94cb2778300120ed7ea
+checksum=98a91f543492774dd1bf0a46e016932caa70c8b5e34e41633972f06b77c18e20
 
 do_build() {
 	ninja -C 3rd/luamake -f compile/ninja/linux.ninja

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

* Re: [PR PATCH] [Updated] lua-language-server: update to 3.6.21.
  2023-03-24 20:19 [PR PATCH] lua-language-server: update to 3.6.18 icp1994
  2023-04-28  6:34 ` [PR PATCH] [Updated] " icp1994
  2023-05-27 16:06 ` [PR PATCH] [Updated] lua-language-server: update to 3.6.19 icp1994
@ 2023-06-17  6:08 ` icp1994
  2023-06-23 20:04 ` [PR PATCH] [Merged]: lua-language-server: update to 3.6.22 Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-06-17  6:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages lua-language-server
https://github.com/void-linux/void-packages/pull/42983

lua-language-server: update to 3.6.21.
#### 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**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lua-language-server-42983.patch --]
[-- Type: text/x-diff, Size: 1255 bytes --]

From 023584808b826ce6d7e92a7332bf5a04a5859d31 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 25 Mar 2023 00:57:00 +0530
Subject: [PATCH] lua-language-server: update to 3.6.22.

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

diff --git a/srcpkgs/lua-language-server/template b/srcpkgs/lua-language-server/template
index acd45f5fc61f..66162ef20b3a 100644
--- a/srcpkgs/lua-language-server/template
+++ b/srcpkgs/lua-language-server/template
@@ -1,6 +1,6 @@
 # Template file for 'lua-language-server'
 pkgname=lua-language-server
-version=3.6.17
+version=3.6.22
 revision=1
 hostmakedepends="ninja"
 short_desc="Lua LSP implementation written in Lua"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/LuaLS/lua-language-server"
 changelog="https://raw.githubusercontent.com/LuaLS/lua-language-server/master/changelog.md"
 distfiles="https://github.com/LuaLS/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip"
-checksum=3b305a17b885fbbf405eb029907984e86e0be0491f5ef94cb2778300120ed7ea
+checksum=e4bb02a5e32f0af584298da424ad3a0517bd1b9b359cc88c0d64d02a5452608f
 
 do_build() {
 	ninja -C 3rd/luamake -f compile/ninja/linux.ninja

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

* Re: [PR PATCH] [Merged]: lua-language-server: update to 3.6.22.
  2023-03-24 20:19 [PR PATCH] lua-language-server: update to 3.6.18 icp1994
                   ` (2 preceding siblings ...)
  2023-06-17  6:08 ` [PR PATCH] [Updated] lua-language-server: update to 3.6.21 icp1994
@ 2023-06-23 20:04 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-06-23 20:04 UTC (permalink / raw)
  To: ml

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

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

lua-language-server: update to 3.6.22.
https://github.com/void-linux/void-packages/pull/42983

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**

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

end of thread, other threads:[~2023-06-23 20:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 20:19 [PR PATCH] lua-language-server: update to 3.6.18 icp1994
2023-04-28  6:34 ` [PR PATCH] [Updated] " icp1994
2023-05-27 16:06 ` [PR PATCH] [Updated] lua-language-server: update to 3.6.19 icp1994
2023-06-17  6:08 ` [PR PATCH] [Updated] lua-language-server: update to 3.6.21 icp1994
2023-06-23 20:04 ` [PR PATCH] [Merged]: lua-language-server: update to 3.6.22 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).