summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-07-05 18:22:11 +0000
committerJCWasmx862023-07-05 18:22:11 +0000
commit807a4a90c85f4678369c5d0c2f0060bc21944487 (patch)
tree23f8ba63c137dd2c52ecfad4cd4a0d4fc72403f0 /PKGBUILD
parent2005cc35f3a4e5170166b2cb68ac0601e3a0d438 (diff)
downloadaur-807a4a90c85f4678369c5d0c2f0060bc21944487.tar.gz
Update to 2.3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fbaa522bd45..35d656b7cae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=2.3.9
+pkgver=2.3.10
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=('f5e5e889471998b60f1400d7a172c091805298e8e4ba655af9ca72311164f5ca')
+sha256sums=('cd3bd0a862ae56e7a296b5ac5c690310a812866a711ca2889e28fbdca408097e')
prepare() {
cd "Swift-MesonLSP-$pkgver"