Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kak-lsp: update to 14.1.0.
@ 2022-12-17 13:11 TeddyDD
  2022-12-18 11:19 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TeddyDD @ 2022-12-17 13:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-kak-lsp
https://github.com/void-linux/void-packages/pull/41145

kak-lsp: update to 14.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-kak-lsp-41145.patch --]
[-- Type: text/x-diff, Size: 1052 bytes --]

From 23c8e22726f22a5ecbc503756b0814d27ac6b83a Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 17 Dec 2022 13:59:19 +0100
Subject: [PATCH] kak-lsp: update to 14.1.0.

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

diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template
index e7c4414a2ed4..e983f6a0a22e 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'kak-lsp'
 pkgname=kak-lsp
-version=14.0.0
+version=14.1.0
 revision=1
 build_style=cargo
 short_desc="Language Server Protocol client for Kakoune"
@@ -9,7 +9,7 @@ license="Unlicense"
 homepage="https://github.com/kak-lsp/kak-lsp"
 changelog="https://raw.githubusercontent.com/kak-lsp/kak-lsp/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bd46846df0e9c587a9ea3deb1d976f4fc6ddd741061b2bdea4c1fb032e429901
+checksum=68f13688cd0710a1ad45a9f5e6b1d149314c48e321e9a85688a5c3050f9dd9e8
 
 post_install() {
 	vlicense UNLICENSE

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

* Re: [PR REVIEW] kak-lsp: update to 14.1.0.
  2022-12-17 13:11 [PR PATCH] kak-lsp: update to 14.1.0 TeddyDD
@ 2022-12-18 11:19 ` paper42
  2022-12-18 12:01 ` [PR PATCH] [Updated] " TeddyDD
  2022-12-18 12:41 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-18 11:19 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41145#discussion_r1051580291

Comment:
```suggestion
distfiles="https://github.com/kak-lsp/kak-lsp/archive/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] kak-lsp: update to 14.1.0.
  2022-12-17 13:11 [PR PATCH] kak-lsp: update to 14.1.0 TeddyDD
  2022-12-18 11:19 ` [PR REVIEW] " paper42
@ 2022-12-18 12:01 ` TeddyDD
  2022-12-18 12:41 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2022-12-18 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-kak-lsp
https://github.com/void-linux/void-packages/pull/41145

kak-lsp: update to 14.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-kak-lsp-41145.patch --]
[-- Type: text/x-diff, Size: 1174 bytes --]

From 06cf7896e7da907b29416b55ee3b4cf00d583179 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 17 Dec 2022 13:59:19 +0100
Subject: [PATCH] kak-lsp: update to 14.1.0.

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

diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template
index e7c4414a2ed4..015552931b2c 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'kak-lsp'
 pkgname=kak-lsp
-version=14.0.0
+version=14.1.0
 revision=1
 build_style=cargo
 short_desc="Language Server Protocol client for Kakoune"
@@ -8,8 +8,8 @@ maintainer="Emerson Ferreira <me@skrps.me>"
 license="Unlicense"
 homepage="https://github.com/kak-lsp/kak-lsp"
 changelog="https://raw.githubusercontent.com/kak-lsp/kak-lsp/master/CHANGELOG.md"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bd46846df0e9c587a9ea3deb1d976f4fc6ddd741061b2bdea4c1fb032e429901
+distfiles="https://github.com/kak-lsp/kak-lsp/archive/v${version}.tar.gz"
+checksum=68f13688cd0710a1ad45a9f5e6b1d149314c48e321e9a85688a5c3050f9dd9e8
 
 post_install() {
 	vlicense UNLICENSE

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

* Re: [PR PATCH] [Merged]: kak-lsp: update to 14.1.0.
  2022-12-17 13:11 [PR PATCH] kak-lsp: update to 14.1.0 TeddyDD
  2022-12-18 11:19 ` [PR REVIEW] " paper42
  2022-12-18 12:01 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-12-18 12:41 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-18 12:41 UTC (permalink / raw)
  To: ml

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

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

kak-lsp: update to 14.1.0.
https://github.com/void-linux/void-packages/pull/41145

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-12-18 12:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-17 13:11 [PR PATCH] kak-lsp: update to 14.1.0 TeddyDD
2022-12-18 11:19 ` [PR REVIEW] " paper42
2022-12-18 12:01 ` [PR PATCH] [Updated] " TeddyDD
2022-12-18 12:41 ` [PR PATCH] [Merged]: " paper42

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