summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 534e4cbe8f32..7f73ed8768af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=3.1.2
+pkgver=3.1.3
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=('835af1359558958436b0d4bdcfe0fa1c29b4bf2270fc8f03cdf00149d3dbb827')
+sha256sums=('36ef12aeedacdf1677eb00b54fc881a89a96a1458ad8a9a70842d77f56fef741')
prepare() {
cd "Swift-MesonLSP-$pkgver"