summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJCWasmx862023-10-23 20:53:41 +0000
committerJCWasmx862023-10-23 20:53:41 +0000
commit7fe264b2f705038845098576108ddbaa08e617e1 (patch)
tree2e09ff2f751be86a1700e31a2406208626d34e6e /PKGBUILD
parent7c3bca87e3d622b04e45202de82cc80e2b199389 (diff)
downloadaur-7fe264b2f705038845098576108ddbaa08e617e1.tar.gz
Update to 3.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55554af938ea..d39a920c0b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=3.0.4
+pkgver=3.0.5
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=('e34c036260279602384935543f05621471d3849e6fe1963ac1194bc4dffa3deb')
+sha256sums=('0af72212f39b161ccf2b882a3fddadb5b6d404dac5083180c00a5f87ca98a4e0')
prepare() {
cd "Swift-MesonLSP-$pkgver"