summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 609e4ed21be0..6d9b11a4d496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gyara <laxect39@gmail.com>
pkgname=beancount-language-server
-pkgver=1.2.5
+pkgver=1.3.1
pkgrel=1
pkgdesc="A Language Server Protocol (LSP) for beancount files"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('beancount')
makedepends=('cargo')
source=(https://github.com/polarmutex/${pkgname}/archive/v${pkgver//_/-}.tar.gz)
-sha512sums=('a147bbbd0dc376e6d38017ab6d0edf5bae9dc8fcea2bcd2bf0d7679499a1975d30603337db2de240c5712d5f36bfbf01818ea8e9b337aab9a3408062b23a77c9')
+sha512sums=('e93b658483d9b942b9db19f0627d7c2171e6a223f06aa2cc8fbf50c63eb7a94a4a3aae62efe7a75d29b5910302b4ccd483edda5c507594d5275eb5f49f611aac')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"