mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
yq: update to 2.9.2
This commit is contained in:
parent
0a145b83c8
commit
62c0bd0754
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yq'
|
# Template file for 'yq'
|
||||||
pkgname=yq
|
pkgname=yq
|
||||||
version=2.8.1
|
version=2.9.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/kislyuk/yq"
|
homepage="https://github.com/kislyuk/yq"
|
||||||
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
|
||||||
checksum=24d36c7e9e670209562a161b8506ff7e86959be49ba7aee4ca659810801e5710
|
checksum=9a169c2cbdabf2e3151e7e289ac9aa94ee4284c135eacb630703102d6e321edd
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 test/test.py
|
python3 test/test.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue