summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJCWasmx862023-10-27 16:36:11 +0000
committerJCWasmx862023-10-27 16:36:11 +0000
commitadc3dd8d0450c2d8fbc7c740e321cde816b7f0cb (patch)
tree561c5a848a4d07e37685f6b7c6c8d8fc8da28fef
parent2e7c3b5bbd1bb827a79ab1e4042b4d5c2afcc5ce (diff)
downloadaur-adc3dd8d0450c2d8fbc7c740e321cde816b7f0cb.tar.gz
Update to 3.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 036772fb6918..2c093af36ecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = swift-mesonlsp
pkgdesc = A language server for meson
- pkgver = 3.0.19
+ pkgver = 3.0.20
pkgrel = 1
url = https://github.com/JCWasmx86/Swift-MesonLSP
arch = any
license = GPL3
makedepends = swift-language
- source = swift-mesonlsp-3.0.19.tar.gz::https://github.com/JCWasmx86/Swift-MesonLSP/archive/refs/tags/v3.0.19.tar.gz
- sha256sums = 490d3d4d7cba908c4cb59780b513b5469bfc85c2d985da30bc57ab053b5c4555
+ source = swift-mesonlsp-3.0.20.tar.gz::https://github.com/JCWasmx86/Swift-MesonLSP/archive/refs/tags/v3.0.20.tar.gz
+ sha256sums = 75b27de340f8adc4e87aebd60f3eb85c0b509e215a0cde8409e1a146fdf21f91
pkgname = swift-mesonlsp
diff --git a/PKGBUILD b/PKGBUILD
index c95b64a7c3ab..30d16c9986ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=3.0.19
+pkgver=3.0.20
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=('490d3d4d7cba908c4cb59780b513b5469bfc85c2d985da30bc57ab053b5c4555')
+sha256sums=('75b27de340f8adc4e87aebd60f3eb85c0b509e215a0cde8409e1a146fdf21f91')
prepare() {
cd "Swift-MesonLSP-$pkgver"