From 634347a4b505ef10920472366c1bc71de05715e2 Mon Sep 17 00:00:00 2001 From: RunningDroid Date: Wed, 7 Sep 2022 23:14:20 -0400 Subject: [PATCH] python3-jq: update to 1.2.3. --- srcpkgs/python3-jq/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jq/template b/srcpkgs/python3-jq/template index 52702247c217..443318c6bbd7 100644 --- a/srcpkgs/python3-jq/template +++ b/srcpkgs/python3-jq/template @@ -1,6 +1,6 @@ # Template file for 'python3-jq' pkgname=python3-jq -version=1.2.2 +version=1.2.3 revision=1 wrksrc="${pkgname#*-}.py-${version}" build_style=python3-module @@ -11,8 +11,9 @@ short_desc="Python bindings for jq" maintainer="RunningDroid " license="BSD-2-Clause" homepage="https://pypi.org/project/jq/" +changelog="https://raw.githubusercontent.com/mwilliamson/jq.py/master/CHANGELOG.rst" distfiles="https://github.com/mwilliamson/jq.py/archive/${version}.tar.gz" -checksum=0b926078855b6daee6e8ae5366ebf11c06911195abae643a7cdd37fce087fa0e +checksum=52392e001cd90769d68f4e46821c645e277b9c1db01528a6bbc9d1875b81fcf5 pre_build() { cython jq.pyx