From 6371e5f8e4d063318e4e00a27eccfebf9ed7f0c5 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 18 Jul 2026 21:56:49 +0200 Subject: [PATCH] chore: bump to 1.3.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c263b5d..62703cb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index ab6b4ca..6de6787 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Oscar Wallberg 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}"