summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorギャラ2023-04-01 13:48:18 +0900
committerギャラ2023-04-01 13:48:43 +0900
commit4b19ef42ff9a885dc79bd4f5c352cea24b399a63 (patch)
treeb78e80b9b3d567d0737d44ababe258a58f210ff7 /PKGBUILD
parent86c2bf037ef1f6f12c895b9c556aa85477dce1e7 (diff)
downloadaur-4b19ef42ff9a885dc79bd4f5c352cea24b399a63.tar.gz
feat: Upate to 1.3.1
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}"