Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/kakoune-lsp/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = kakoune-lsp
pkgver = 21.0.0
pkgver = 21.0.1
pkgdesc = Kakoune Language Server Protocol Client
url = https://lists.sr.ht/~krobelus/kakoune
arch = amd64
Expand All @@ -13,7 +13,7 @@ pkgbase = kakoune-lsp
license = MIT
maintainer = Erik Hedlund <erikcghedlund@outlook.com>
repology = project: kak-lsp
source = https://github.com/kakoune-lsp/kakoune-lsp/archive/refs/tags/v21.0.0.tar.gz
sha256sums = 8a3123a875c97290addbed31273c307122df6d7307dc176908ec4687513a4357
source = https://github.com/kakoune-lsp/kakoune-lsp/archive/refs/tags/v21.0.1.tar.gz
sha256sums = 2b56a1084b5dacfaab9dad50e6ae7b0b94470d5a9c0718700a949162fa04ae4b

pkgname = kakoune-lsp
4 changes: 2 additions & 2 deletions packages/kakoune-lsp/kakoune-lsp.pacscript
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgname='kakoune-lsp'
pkgver='21.0.0'
pkgver='21.0.1'
pkgdesc='Kakoune Language Server Protocol Client'
license=('Unlicense' 'MIT')
repology=('project: kak-lsp')
url='https://lists.sr.ht/~krobelus/kakoune'
arch=("amd64" "arm64" "armhf" "i386")
maintainer=("Erik Hedlund <erikcghedlund@outlook.com>")
source=("https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=("8a3123a875c97290addbed31273c307122df6d7307dc176908ec4687513a4357")
sha256sums=("2b56a1084b5dacfaab9dad50e6ae7b0b94470d5a9c0718700a949162fa04ae4b")
_min_cargo='1.81'
makedepends=("cargo-${_min_cargo} | cargo>=${_min_cargo}" 'make')
enhances=('kakoune')
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -6419,7 +6419,7 @@ pkgbase = kakoune-kakboard-git
pkgname = kakoune-kakboard-git
---
pkgbase = kakoune-lsp
pkgver = 21.0.0
pkgver = 21.0.1
pkgdesc = Kakoune Language Server Protocol Client
url = https://lists.sr.ht/~krobelus/kakoune
arch = amd64
Expand All @@ -6433,8 +6433,8 @@ pkgbase = kakoune-lsp
license = MIT
maintainer = Erik Hedlund <erikcghedlund@outlook.com>
repology = project: kak-lsp
source = https://github.com/kakoune-lsp/kakoune-lsp/archive/refs/tags/v21.0.0.tar.gz
sha256sums = 8a3123a875c97290addbed31273c307122df6d7307dc176908ec4687513a4357
source = https://github.com/kakoune-lsp/kakoune-lsp/archive/refs/tags/v21.0.1.tar.gz
sha256sums = 2b56a1084b5dacfaab9dad50e6ae7b0b94470d5a9c0718700a949162fa04ae4b

pkgname = kakoune-lsp
---
Expand Down