chore: bump to 1.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user