mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 0.5.1
This commit is contained in:
parent
3604f4baa1
commit
daffc1841a
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,13 +1,13 @@
|
|||
pkgbase = jsongrep-bin
|
||||
pkgdesc = A JSONPath-inspired query language over JSON documents
|
||||
pkgver = 0.4.1
|
||||
pkgver = 0.5.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/micahkepe/jsongrep
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
provides = jg
|
||||
conflicts = jsongrep
|
||||
source_x86_64 = jsongrep-x86_64-0.4.1.tgz::https://github.com/micahkepe/jsongrep/releases/download/v0.4.1/jsongrep-0.4.1-x86_64-unknown-linux-musl.tar.gz
|
||||
sha256sums_x86_64 = 4b7c21fefb1630dbff3d58dc727b8469e505ee4763486ba6b58e963077e65d29
|
||||
source_x86_64 = jsongrep-x86_64-0.5.1.tgz::https://github.com/micahkepe/jsongrep/releases/download/v0.5.1/jsongrep-0.5.1-x86_64-unknown-linux-musl.tar.gz
|
||||
sha256sums_x86_64 = af835bf86ede0cbfbed9f610e366aa6469784d35abd30e6a8fcbaa85b5823135
|
||||
|
||||
pkgname = jsongrep-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,7 +6,7 @@ _pkgname=jsongrep
|
|||
pkgname=${_pkgname}-bin
|
||||
pkgdesc="A JSONPath-inspired query language over JSON documents"
|
||||
|
||||
pkgver=0.4.1
|
||||
pkgver=0.5.1
|
||||
pkgrel=1
|
||||
_pkgvername=v${pkgver}
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ provides=("${_appname}")
|
|||
conflicts=("${_pkgname}")
|
||||
|
||||
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${pkgver}-${_barch[0]}.tar.gz")
|
||||
sha256sums_x86_64=('4b7c21fefb1630dbff3d58dc727b8469e505ee4763486ba6b58e963077e65d29')
|
||||
sha256sums_x86_64=('af835bf86ede0cbfbed9f610e366aa6469784d35abd30e6a8fcbaa85b5823135')
|
||||
|
||||
|
||||
case ${CARCH} in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue