kak-lsp: update to 18.0.2.

This commit is contained in:
Daniel Lewan 2024-10-16 18:43:01 +02:00 committed by classabbyamp
parent 9ecb17e917
commit 3be2ded051
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kak-lsp'
pkgname=kak-lsp
version=17.1.2
version=18.0.2
revision=1
build_style=cargo
short_desc="Language Server Protocol client for Kakoune"
@ -9,9 +9,10 @@ license="Unlicense"
homepage="https://github.com/kakoune-lsp/kakoune-lsp"
changelog="https://raw.githubusercontent.com/kakoune-lsp/kakoune-lsp/master/CHANGELOG.md"
distfiles="https://github.com/kakoune-lsp/kakoune-lsp/archive/v${version}.tar.gz"
checksum=2a7c83eb1eb7e0e119879ee9be9b0868c07028c4925c317a78e7f2bbe8dc7d0f
checksum=ad33b20437cd7bc89d7992b9449a02c946528e7f91d15d76dba27c7ad2ae7d36
post_install() {
vlicense UNLICENSE
vsconf kak-lsp.toml
vsconf rc/servers.kak
vsconf rc/lsp.kak
}