upgpkg: hledger-lsp 0.2.6-1

upstream release
This commit is contained in:
Caleb Maclennan 2026-02-06 23:05:13 +03:00
parent a5b3810b82
commit 84e753d942
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
pkgbase = hledger-lsp
pkgdesc = Language Server Protocol (LSP) implementation for hledger journal files
pkgver = 0.2.4
pkgver = 0.2.6
pkgrel = 1
url = https://github.com/juev/hledger-lsp
arch = x86_64
license = MIT
makedepends = go
depends = glibc
source = https://github.com/juev/hledger-lsp/archive/v0.2.4/hledger-lsp-0.2.4.tar.gz
sha256sums = 9e28078739e0537f663acaf54e6e2dab992a295f9bd5ac1a80aa619b78d45762
source = https://github.com/juev/hledger-lsp/archive/v0.2.6/hledger-lsp-0.2.6.tar.gz
sha256sums = 7abc070b1da515c3ce49b0839ef3738adb1dd73138e068bcbcf774c67ec5f719
pkgname = hledger-lsp

View file

@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=hledger-lsp
pkgver=0.2.4
pkgver=0.2.6
pkgrel=1
pkgdesc='Language Server Protocol (LSP) implementation for hledger journal files'
arch=(x86_64)
@ -11,7 +11,7 @@ depends=(glibc)
makedepends=(go)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('9e28078739e0537f663acaf54e6e2dab992a295f9bd5ac1a80aa619b78d45762')
sha256sums=('7abc070b1da515c3ce49b0839ef3738adb1dd73138e068bcbcf774c67ec5f719')
build() {
cd "$_archive"