* update jq to 1.7.1-2
This commit is contained in:
parent
5b02ad9207
commit
20be1388d5
19
jq/.SRCINFO
Normal file
19
jq/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = jq
|
||||
pkgdesc = Command-line JSON processor
|
||||
pkgver = 1.7.1
|
||||
pkgrel = 2
|
||||
url = https://jqlang.github.io/jq/
|
||||
changelog = ChangeLog
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = autoconf
|
||||
makedepends = automake
|
||||
makedepends = bison
|
||||
makedepends = flex
|
||||
makedepends = python
|
||||
depends = glibc
|
||||
depends = oniguruma
|
||||
source = https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz
|
||||
sha512sums = 464861fb2e0d6934b616f1dc7f8002d7dae727c8c0c07b385b813e7522ba1ada8ead4165e1d99c892e3ea76e238c55a15b718c738805419721920f88f8d8478c
|
||||
|
||||
pkgname = jq
|
6
jq/.nvchecker.toml
Normal file
6
jq/.nvchecker.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[jq]
|
||||
source = "github"
|
||||
github = "stedolan/jq"
|
||||
prefix = "jq-"
|
||||
use_max_tag = true
|
||||
exclude_regex = ".*(rc).*"
|
@ -5,10 +5,10 @@
|
||||
|
||||
pkgname=jq
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Command-line JSON processor'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://stedolan.github.io/jq/'
|
||||
url='https://jqlang.github.io/jq/'
|
||||
license=('MIT')
|
||||
depends=('glibc' 'oniguruma')
|
||||
makedepends=('autoconf' 'automake' 'bison' 'flex' 'python')
|
||||
|
Loading…
x
Reference in New Issue
Block a user