summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJCWasmx862023-10-25 18:46:22 +0000
committerJCWasmx862023-10-25 18:46:22 +0000
commitb3c5b6237df5adbea60a21ea90d241cefa94d723 (patch)
tree8a85822e98ab060bd0b370360567f20548ee38e7
parentd5edb7c1f14c76e6c7e317f522a795406c34170e (diff)
downloadaur-b3c5b6237df5adbea60a21ea90d241cefa94d723.tar.gz
Update to 3.0.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 453c36383e57..3e10ee942e3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = swift-mesonlsp
pkgdesc = A language server for meson
- pkgver = 3.0.11
+ pkgver = 3.0.12
pkgrel = 1
url = https://github.com/JCWasmx86/Swift-MesonLSP
arch = any
license = GPL3
makedepends = swift-language
- source = swift-mesonlsp-3.0.11.tar.gz::https://github.com/JCWasmx86/Swift-MesonLSP/archive/refs/tags/v3.0.11.tar.gz
- sha256sums = 05904e77fdcaec23fb8be57655fcf49d5644ab4d55774ee62dbc7974cfaf75f7
+ source = swift-mesonlsp-3.0.12.tar.gz::https://github.com/JCWasmx86/Swift-MesonLSP/archive/refs/tags/v3.0.12.tar.gz
+ sha256sums = 737645c9e901dbc1667ddd5fc2dfcdbfc12953f1cefee6d4b62c004438da580d
pkgname = swift-mesonlsp
diff --git a/PKGBUILD b/PKGBUILD
index 9c1e4346f7e8..d5f1eeed91dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=3.0.11
+pkgver=3.0.12
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=('05904e77fdcaec23fb8be57655fcf49d5644ab4d55774ee62dbc7974cfaf75f7')
+sha256sums=('737645c9e901dbc1667ddd5fc2dfcdbfc12953f1cefee6d4b62c004438da580d')
prepare() {
cd "Swift-MesonLSP-$pkgver"