summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-10-27 14:02:29 +0000
committerJCWasmx862023-10-27 14:02:29 +0000
commitf367038c3802a8a7b867a5093e288c74ef7d17bc (patch)
treea80c10f3cbcaab8904a6a3bff1630017fb0168a1 /PKGBUILD
parentb8fafcc8e70713711104a9632ec742f05fe75620 (diff)
downloadaur-f367038c3802a8a7b867a5093e288c74ef7d17bc.tar.gz
Update to 3.0.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fccc793d45b..0bdc0eeda0fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=3.0.15
+pkgver=3.0.16
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=('39be53d907cdfa85ebf14530cc7ad9fc11420e7b2039f43c093fee6eb9876f3d')
+sha256sums=('c38db135cf4a2950a32305b58759ed18c197592137d813283bdfb5412da9cc69')
prepare() {
cd "Swift-MesonLSP-$pkgver"