summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-07-01 19:30:36 +0200
committerJCWasmx862023-07-01 19:30:36 +0200
commitaeb498433a69f272404a5326e70eab6f3104f242 (patch)
tree0fca0ecf9b9daf731b05c1142d646d685bbcb9cf /PKGBUILD
parent2d9238d9920429891c3ba9f2888792d70391a22d (diff)
downloadaur-aeb498433a69f272404a5326e70eab6f3104f242.tar.gz
Bump to v2.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa469567f6e8..f6d0526d06ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=2.3
+pkgver=2.3.6
pkgrel=1
pkgdesc="A language server for meson"
arch=("any")
@@ -9,7 +9,7 @@ url="https://github.com/JCWasmx86/Swift-MesonLSP"
license=("GPL3")
makedepends=("swift-language")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/JCWasmx86/Swift-MesonLSP/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('a36ae72c5b6e1159177b0761bb958e5a82106a1e94592759026102fc51e8979f')
+sha256sums=('9367533f52ef2e97ed67e88b666f74bb814f09f7c1589f3c2d9e5ae26509843d')
prepare() {
cd "Swift-MesonLSP-$pkgver"