Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lua-language-server: update to 3.5.1.
@ 2022-07-27 16:53 icp1994
  2022-07-27 20:36 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2022-07-27 16:53 UTC (permalink / raw)
  To: ml

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

lua-language-server: update to 3.5.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From b42e224ab80e74266b90da3024fbbd0b8775492c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 27 Jul 2022 22:22:48 +0530
Subject: [PATCH] lua-language-server: update to 3.5.1.

---
 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 b39ab4bfdaed..84319ffe2b4e 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.5.0
+version=3.5.1
 revision=1
 create_wrksrc=yes
 hostmakedepends="ninja"
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://github.com/sumneko/lua-language-server"
 changelog="https://raw.githubusercontent.com/sumneko/lua-language-server/master/changelog.md"
 distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}-submodules.zip"
-checksum=b8dbbd7834fb338a36426b11f8f2cac7c995e7ccf846ac0a5a02b8c7d3b55344
+checksum=dd50c4c47da8483299597e3911e17cf675ff3ea0f8e35c02358783186a491b25
 
 do_build() {
 	ninja -C 3rd/luamake -f compile/ninja/linux.ninja

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

* Re: [PR REVIEW] lua-language-server: update to 3.5.1.
  2022-07-27 16:53 [PR PATCH] lua-language-server: update to 3.5.1 icp1994
@ 2022-07-27 20:36 ` classabbyamp
  2022-07-28 10:20 ` [PR PATCH] [Updated] " icp1994
  2022-07-28 16:19 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-07-27 20:36 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38314#discussion_r931558464

Comment:
expand $homepage and $pkgname

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

* Re: [PR PATCH] [Updated] lua-language-server: update to 3.5.1.
  2022-07-27 16:53 [PR PATCH] lua-language-server: update to 3.5.1 icp1994
  2022-07-27 20:36 ` [PR REVIEW] " classabbyamp
@ 2022-07-28 10:20 ` icp1994
  2022-07-28 16:19 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2022-07-28 10:20 UTC (permalink / raw)
  To: ml

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

lua-language-server: update to 3.5.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From 40debb4206f3cc405a6491bf15bfb1da14ac4280 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 27 Jul 2022 22:22:48 +0530
Subject: [PATCH] lua-language-server: update to 3.5.1.

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

diff --git a/srcpkgs/lua-language-server/template b/srcpkgs/lua-language-server/template
index b39ab4bfdaed..fd29dd58bfa4 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.5.0
+version=3.5.1
 revision=1
 create_wrksrc=yes
 hostmakedepends="ninja"
@@ -9,8 +9,8 @@ maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/sumneko/lua-language-server"
 changelog="https://raw.githubusercontent.com/sumneko/lua-language-server/master/changelog.md"
-distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}-submodules.zip"
-checksum=b8dbbd7834fb338a36426b11f8f2cac7c995e7ccf846ac0a5a02b8c7d3b55344
+distfiles="https://github.com/sumneko/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip"
+checksum=dd50c4c47da8483299597e3911e17cf675ff3ea0f8e35c02358783186a491b25
 
 do_build() {
 	ninja -C 3rd/luamake -f compile/ninja/linux.ninja

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

* Re: [PR PATCH] [Merged]: lua-language-server: update to 3.5.1.
  2022-07-27 16:53 [PR PATCH] lua-language-server: update to 3.5.1 icp1994
  2022-07-27 20:36 ` [PR REVIEW] " classabbyamp
  2022-07-28 10:20 ` [PR PATCH] [Updated] " icp1994
@ 2022-07-28 16:19 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-07-28 16:19 UTC (permalink / raw)
  To: ml

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

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

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

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

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

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

end of thread, other threads:[~2022-07-28 16:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 16:53 [PR PATCH] lua-language-server: update to 3.5.1 icp1994
2022-07-27 20:36 ` [PR REVIEW] " classabbyamp
2022-07-28 10:20 ` [PR PATCH] [Updated] " icp1994
2022-07-28 16:19 ` [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).