mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
yq: update to 3.1.0
This commit is contained in:
parent
9dbeefb11c
commit
1267fa0bae
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'yq'
|
||||
pkgname=yq
|
||||
version=3.0.2
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
|
@ -13,7 +13,7 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/kislyuk/yq"
|
||||
changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst"
|
||||
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
|
||||
checksum=e47ff2479a3746f90bdbb77f84e3ebdb789ce46a092b1c261ae5b1f5f914f8e8
|
||||
checksum=30a84aa22486c749ba269256bd586c0bcd370b7e2a71e76c3924ead4867e74f2
|
||||
|
||||
do_check() {
|
||||
python3 test/test.py
|
||||
|
|
Loading…
Add table
Reference in a new issue