diff options
author | Daniel Lewan <daniel@teddydd.me> | 2024-11-05 20:19:20 +0000 |
---|---|---|
committer | tranzystorekk <tranzystorek.io@protonmail.com> | 2024-11-09 17:37:07 +0000 |
commit | da85c02e34998faa82a1053f0f080fa019afc3ec (patch) | |
tree | bc55241a8b9f9ea38fb95ae23027dd6f05a013fe | |
parent | 8d17f744f11faec20f0019b1e751b91bf776c347 (diff) | |
download | void-packages-da85c02e34998faa82a1053f0f080fa019afc3ec.tar void-packages-da85c02e34998faa82a1053f0f080fa019afc3ec.tar.gz void-packages-da85c02e34998faa82a1053f0f080fa019afc3ec.tar.bz2 void-packages-da85c02e34998faa82a1053f0f080fa019afc3ec.tar.lz void-packages-da85c02e34998faa82a1053f0f080fa019afc3ec.tar.xz void-packages-da85c02e34998faa82a1053f0f080fa019afc3ec.tar.zst void-packages-da85c02e34998faa82a1053f0f080fa019afc3ec.zip |
kak-lsp: update to 18.0.3.
-rw-r--r-- | srcpkgs/kak-lsp/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template index d5dd6c8f201..c4e59ed38c2 100644 --- a/srcpkgs/kak-lsp/template +++ b/srcpkgs/kak-lsp/template @@ -1,6 +1,6 @@ # Template file for 'kak-lsp' pkgname=kak-lsp -version=18.0.2 +version=18.0.3 revision=1 build_style=cargo short_desc="Language Server Protocol client for Kakoune" @@ -9,7 +9,7 @@ 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=ad33b20437cd7bc89d7992b9449a02c946528e7f91d15d76dba27c7ad2ae7d36 +checksum=75de62446a3eabc0e96b170b5d9c18cd37dabcbfbaa2a9e50240a00dab271a93 post_install() { vlicense UNLICENSE |