jc: update to 1.21.2.

Closes: #39036 [via git-merge-pr]
This commit is contained in:
icp 2022-09-01 22:01:20 +05:30 committed by Andrew Benson
parent 10e160107c
commit 880a0cb043

View file

@ -1,6 +1,6 @@
# Template file for 'jc' # Template file for 'jc'
pkgname=jc pkgname=jc
version=1.20.4 version=1.21.2
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -10,5 +10,13 @@ short_desc="Convert to JSON"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/kellyjonbrazil/jc" homepage="https://github.com/kellyjonbrazil/jc"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
checksum=8eee7fc5565f127ef73a3562abcf150063d86f060d10d85ef37a0527f5b2747d distfiles="https://github.com/kellyjonbrazil/jc/archive/refs/tags/v${version}.tar.gz"
checksum=7d230cad5651673812daa424cb9ace354d2c66605ddf37b3e4ebe6905d5f51b6
post_install() {
vman man/jc.1
vlicense LICENSE.md
vcompletion completions/jc_bash_completion.sh bash jc
vcompletion completions/jc_bash_completion.sh zsh _jc
}