summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-04-22 06:08:27 +0000
committerJCWasmx862023-04-22 06:08:27 +0000
commit017d8d1c26cdfc9d22cf7bdff04ebfa2fda579f8 (patch)
tree54a932ed247e15a4a960fc6181849a12b23d29f9 /PKGBUILD
parent7122a19d91d80951bc334dae1f071ac2dd4fb2bf (diff)
downloadaur-017d8d1c26cdfc9d22cf7bdff04ebfa2fda579f8.tar.gz
Update to 2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df95c35ddf2c..9fdf016ceca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=2.0
+pkgver=2.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=("517b64e582ae8160a81a3f662da3f5cf9c61c14419466adbba56416d9628dcbe")
+sha256sums=("d0ce0eca50cd1fd5d7793e32def7f715016501282dd0d5f9cc2bc0b4eddd9e51")
prepare() {
cd "Swift-MesonLSP-$pkgver"