mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
yq: update to 2.8.1.
This commit is contained in:
parent
a0c5338834
commit
201a358e77
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.7.2
|
version=2.8.1
|
||||||
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=f7dafd1e53d1f806ffe11de6da814e231d866595e2faae0dfc38135b8ee79bbb
|
checksum=24d36c7e9e670209562a161b8506ff7e86959be49ba7aee4ca659810801e5710
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 test/test.py
|
python3 test/test.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue