diff --git a/.SRCINFO b/.SRCINFO index 8b09d2ee9ad6c..7016bb0649b89 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index d34ae0460b174..64a539761380c 100644 --- a/PKGBUILD +++ b/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