mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
jc: update to 1.22.0.
This commit is contained in:
parent
de57485aaa
commit
94e150eb98
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'jc'
|
# Template file for 'jc'
|
||||||
pkgname=jc
|
pkgname=jc
|
||||||
version=1.21.2
|
version=1.22.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,11 +12,11 @@ license="MIT"
|
||||||
homepage="https://github.com/kellyjonbrazil/jc"
|
homepage="https://github.com/kellyjonbrazil/jc"
|
||||||
changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
|
||||||
distfiles="https://github.com/kellyjonbrazil/jc/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/kellyjonbrazil/jc/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7d230cad5651673812daa424cb9ace354d2c66605ddf37b3e4ebe6905d5f51b6
|
checksum=5a5b8ae21ed083387ef8fb616a825917f53453ecd2ca65d7a51f2a01bcc94090
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/jc.1
|
vman man/jc.1
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
vcompletion completions/jc_bash_completion.sh bash jc
|
vcompletion completions/jc_bash_completion.sh bash
|
||||||
vcompletion completions/jc_bash_completion.sh zsh _jc
|
vcompletion completions/jc_zsh_completion.sh zsh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue