summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-10-25 18:37:39 +0000
committerJCWasmx862023-10-25 18:37:39 +0000
commitf1c419592286997abff7510d174813963ae9d66d (patch)
treed6d122bb98f7d342f12ec75ff4314d0346364e4f /PKGBUILD
parentc572bcd8b39fef56c32b6a730e4806d3e576d95f (diff)
downloadaur-f1c419592286997abff7510d174813963ae9d66d.tar.gz
Update to 3.0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 246646efdc72..c70a6ac9f17e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=3.0.8
+pkgver=3.0.9
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=('a04216aa95f9cb665385ac31e6ff26b7d6e1c5d859839e02d95c49f23f394dab')
+sha256sums=('818a28ac8e4e63bbd7681d2f7facc1ecb30eb27bd7f26628a88c0226b4b5cdd0')
prepare() {
cd "Swift-MesonLSP-$pkgver"