chore: bump to 1.3.0

This commit is contained in:
2026-07-18 21:56:49 +02:00
parent a0afd5970c
commit 6371e5f8e4
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
pkgbase = json-ls
pkgdesc = JSON/JSONC language server
pkgver = 1.2.0
pkgver = 1.3.0
pkgrel = 1
url = https://git.owall.se/oscar/json-ls
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = json-ls
depends = glibc
depends = libgcc
options = !lto
source = git+https://git.owall.se/oscar/json-ls.git#tag=v1.2.0
sha256sums = 17a06b5aa5d4a5005b8937e6a134bcbf5a3a68055b88b235d5b918d05ffa2e5b
source = git+https://git.owall.se/oscar/json-ls.git#tag=v1.3.0
sha256sums = a0b97927885554fc260d4fa88ff098e698d64ae5cab18afec28426e03103ca0e
pkgname = json-ls
+2 -2
View File
@@ -1,7 +1,7 @@
# Maintainer: Oscar Wallberg <oscar.wallberg@outlook.com>
pkgname=json-ls
pkgver=1.2.0
pkgver=1.3.0
pkgrel=1
pkgdesc='JSON/JSONC language server'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=(
makedepends=('cargo' 'git')
options=(!lto)
source=("git+https://git.owall.se/oscar/json-ls.git#tag=v${pkgver}")
sha256sums=('17a06b5aa5d4a5005b8937e6a134bcbf5a3a68055b88b235d5b918d05ffa2e5b')
sha256sums=('a0b97927885554fc260d4fa88ff098e698d64ae5cab18afec28426e03103ca0e')
prepare() {
cd "${srcdir}/${pkgname}"