Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kak-lsp: update to 11.0.0.
@ 2021-09-01  9:49 kkga
  2021-09-19  9:41 ` TeddyDD
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kkga @ 2021-09-01  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-kak-lsp
https://github.com/void-linux/void-packages/pull/32791

kak-lsp: update to 11.0.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32791.patch is attached

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

From f7db6c1370f59a8e3e8f6c958eea2cc12821fd5c Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Wed, 1 Sep 2021 12:49:27 +0300
Subject: [PATCH] kak-lsp: update to 11.0.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 76eb6fc2515a..6b4968bcd378 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'kak-lsp'
 pkgname=kak-lsp
-version=10.0.0
+version=11.0.0
 revision=1
 build_style=cargo
 short_desc="Language Server Protocol client for Kakoune"
@@ -8,7 +8,7 @@ maintainer="Emerson Ferreira <me@skrps.me>"
 license="Unlicense"
 homepage="https://github.com/kak-lsp/kak-lsp"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=6e674c2299a11938474100a15ce2c1052320d32b7b7cd1817fe8428b23bf3a18
+checksum=33dc3b1e8ff6bd1dc45b569045d58f778931443b699fc0d51cfcbf13bae9148f
 
 post_install() {
 	vlicense UNLICENSE

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

* Re: kak-lsp: update to 11.0.0.
  2021-09-01  9:49 [PR PATCH] kak-lsp: update to 11.0.0 kkga
@ 2021-09-19  9:41 ` TeddyDD
  2021-09-19 13:03 ` [PR PATCH] [Updated] " kkga
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2021-09-19  9:41 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/32791#issuecomment-922444774

Comment:
v11.0.1 just came out 

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

* Re: [PR PATCH] [Updated] kak-lsp: update to 11.0.0.
  2021-09-01  9:49 [PR PATCH] kak-lsp: update to 11.0.0 kkga
  2021-09-19  9:41 ` TeddyDD
@ 2021-09-19 13:03 ` kkga
  2021-09-19 13:05 ` [PR PATCH] [Updated] kak-lsp: update to 11.0.1 kkga
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kkga @ 2021-09-19 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-kak-lsp
https://github.com/void-linux/void-packages/pull/32791

kak-lsp: update to 11.0.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32791.patch is attached

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

From 3cb5093da3db05545dfbef9bd15ef2caa6c57b01 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Wed, 1 Sep 2021 12:49:27 +0300
Subject: [PATCH] kak-lsp: update to 11.0.1.

---
 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 76eb6fc2515a..3a744b3cfcdb 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'kak-lsp'
 pkgname=kak-lsp
-version=10.0.0
+version=11.0.1
 revision=1
 build_style=cargo
 short_desc="Language Server Protocol client for Kakoune"
@@ -8,7 +8,7 @@ maintainer="Emerson Ferreira <me@skrps.me>"
 license="Unlicense"
 homepage="https://github.com/kak-lsp/kak-lsp"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=6e674c2299a11938474100a15ce2c1052320d32b7b7cd1817fe8428b23bf3a18
+checksum=4ab679b1d99830b999039ee1664c360aaba79ba943d7686e44e31efe96fb808b
 
 post_install() {
 	vlicense UNLICENSE

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

* Re: [PR PATCH] [Updated] kak-lsp: update to 11.0.1.
  2021-09-01  9:49 [PR PATCH] kak-lsp: update to 11.0.0 kkga
  2021-09-19  9:41 ` TeddyDD
  2021-09-19 13:03 ` [PR PATCH] [Updated] " kkga
@ 2021-09-19 13:05 ` kkga
  2021-09-19 13:05 ` kkga
  2021-09-19 13:35 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: kkga @ 2021-09-19 13:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-kak-lsp
https://github.com/void-linux/void-packages/pull/32791

kak-lsp: update to 11.0.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32791.patch is attached

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

From c7035c033fa9dbb262272dbd2e97265a759f45a2 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Wed, 1 Sep 2021 12:49:27 +0300
Subject: [PATCH] kak-lsp: update to 11.0.1.

---
 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 76eb6fc2515a..3a744b3cfcdb 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'kak-lsp'
 pkgname=kak-lsp
-version=10.0.0
+version=11.0.1
 revision=1
 build_style=cargo
 short_desc="Language Server Protocol client for Kakoune"
@@ -8,7 +8,7 @@ maintainer="Emerson Ferreira <me@skrps.me>"
 license="Unlicense"
 homepage="https://github.com/kak-lsp/kak-lsp"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=6e674c2299a11938474100a15ce2c1052320d32b7b7cd1817fe8428b23bf3a18
+checksum=4ab679b1d99830b999039ee1664c360aaba79ba943d7686e44e31efe96fb808b
 
 post_install() {
 	vlicense UNLICENSE

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

* Re: kak-lsp: update to 11.0.1.
  2021-09-01  9:49 [PR PATCH] kak-lsp: update to 11.0.0 kkga
                   ` (2 preceding siblings ...)
  2021-09-19 13:05 ` [PR PATCH] [Updated] kak-lsp: update to 11.0.1 kkga
@ 2021-09-19 13:05 ` kkga
  2021-09-19 13:35 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: kkga @ 2021-09-19 13:05 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/32791#issuecomment-922470774

Comment:
@TeddyDD thanks, updated

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

* Re: [PR PATCH] [Merged]: kak-lsp: update to 11.0.1.
  2021-09-01  9:49 [PR PATCH] kak-lsp: update to 11.0.0 kkga
                   ` (3 preceding siblings ...)
  2021-09-19 13:05 ` kkga
@ 2021-09-19 13:35 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-09-19 13:35 UTC (permalink / raw)
  To: ml

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

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

kak-lsp: update to 11.0.1.
https://github.com/void-linux/void-packages/pull/32791

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 6+ messages in thread

end of thread, other threads:[~2021-09-19 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01  9:49 [PR PATCH] kak-lsp: update to 11.0.0 kkga
2021-09-19  9:41 ` TeddyDD
2021-09-19 13:03 ` [PR PATCH] [Updated] " kkga
2021-09-19 13:05 ` [PR PATCH] [Updated] kak-lsp: update to 11.0.1 kkga
2021-09-19 13:05 ` kkga
2021-09-19 13:35 ` [PR PATCH] [Merged]: " ericonr

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