summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2022-04-20 11:46:07 +0300
committerYigit Sever2022-04-20 11:46:07 +0300
commit2e8136c767986858c161977a5b5c9d5c790a89cc (patch)
treec3ad23b7b30e2bfd8b20be6eaf2adb6ff8108c9f /PKGBUILD
parent8b9d4444a51504fdb1b0a41a386d259ea6811746 (diff)
downloadaur-2e8136c767986858c161977a5b5c9d5c790a89cc.tar.gz
Update to v0.0.43
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bdc1ca13b19..59624ea2c48c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: dianlujitao <dianlujitao at gmail dot com>
pkgname=efm-langserver
-pkgver=0.0.42
+pkgver=0.0.43
pkgrel=1
pkgdesc='General purpose Language Server'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('glibc')
makedepends=('go')
optdepends=('ctags: for "go to definition" requests')
source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('44ef0d86c7a1e9d64f205cbcb69ce242b6ca94d933963ef512747a6d03a553a3')
+sha256sums=('2e0773a5a61f4995235a036082068955725435b80e522e2df21f2a1540286b64')
build() {
cd $pkgname-$pkgver