summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJCWasmx862023-10-23 16:28:31 +0000
committerJCWasmx862023-10-23 16:28:31 +0000
commit0bfbbfdc6ac0d24dbfdf747782c2f131cdf11c70 (patch)
treece42906c19a7a6b79d6e82cc57a7b3be621b3151
parentb5b854ad26608331ac2919c4569cb54ad643aa5d (diff)
downloadaur-0bfbbfdc6ac0d24dbfdf747782c2f131cdf11c70.tar.gz
Update to 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8dc72368d3..9d31ebc8a39d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = swift-mesonlsp
pkgdesc = A language server for meson
- pkgver = 2.4.4
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/JCWasmx86/Swift-MesonLSP
arch = any
license = GPL3
makedepends = swift-language
- source = swift-mesonlsp-2.4.4.tar.gz::https://github.com/JCWasmx86/Swift-MesonLSP/archive/refs/tags/v2.4.4.tar.gz
- sha256sums = 5aa3df820b4c4048e034c3f99432d5e04cc36ea309e6ccfcb1866b4ab2252df8
+ source = swift-mesonlsp-3.0.0.tar.gz::https://github.com/JCWasmx86/Swift-MesonLSP/archive/refs/tags/v3.0.0.tar.gz
+ sha256sums = d78a0f0541263f842a8e3213dc7a240b56157fa4376731dcf924310811f33785
pkgname = swift-mesonlsp
diff --git a/PKGBUILD b/PKGBUILD
index 20a986e750a5..e6047f982e9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JCWasmx86 <JCWasmx86@t-online.de>
pkgname=swift-mesonlsp
-pkgver=2.4.4
+pkgver=3.0.0
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=('5aa3df820b4c4048e034c3f99432d5e04cc36ea309e6ccfcb1866b4ab2252df8')
+sha256sums=('d78a0f0541263f842a8e3213dc7a240b56157fa4376731dcf924310811f33785')
prepare() {
cd "Swift-MesonLSP-$pkgver"