summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-10-27 14:32:55 +0000
committerJCWasmx862023-10-27 14:32:55 +0000
commit0e74821160ad3a2efb26e18c6c7ded933bc0f0be (patch)
treec2456e66c41aeee9fe428100aebf4641a724e6bc /PKGBUILD
parentf367038c3802a8a7b867a5093e288c74ef7d17bc (diff)
downloadaur-0e74821160ad3a2efb26e18c6c7ded933bc0f0be.tar.gz
Update to 3.0.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bdc0eeda0fc..31ef3546373e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=3.0.16
+pkgver=3.0.17
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=('c38db135cf4a2950a32305b58759ed18c197592137d813283bdfb5412da9cc69')
+sha256sums=('2a16547386e81da0bfeccd0e1cd082c9dd62c292edc51e9465197c994c1d5a92')
prepare() {
cd "Swift-MesonLSP-$pkgver"