summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-11-19 14:10:07 +0000
committerJCWasmx862023-11-19 14:10:07 +0000
commit8bbfc5f0e615938e665334be08e399968fcd4fd5 (patch)
tree1adba6ef8907bb4c3ffbc36e6fd3937833fac686 /PKGBUILD
parent4d7aac3e4a3cecf7e656209955f1efafb17358cd (diff)
downloadaur-swift-mesonlsp.tar.gz
Update to 3.1.3
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"