summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-10-23 16:40:30 +0000
committerJCWasmx862023-10-23 16:40:30 +0000
commit6ecd4684adccdc264af9ab488df4ad3bd41042ab (patch)
treea70f2a78a207aca0c075165abe3392ce5c60d373 /PKGBUILD
parent0bfbbfdc6ac0d24dbfdf747782c2f131cdf11c70 (diff)
downloadaur-6ecd4684adccdc264af9ab488df4ad3bd41042ab.tar.gz
Update to 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6047f982e9f..5f84c91b0ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=3.0.0
+pkgver=3.0.1
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=('d78a0f0541263f842a8e3213dc7a240b56157fa4376731dcf924310811f33785')
+sha256sums=('0a84ef78e937d5ddfc835e4502a298b375f51d794203000ea6a17a0919cc723d')
prepare() {
cd "Swift-MesonLSP-$pkgver"