yq: update to 3.0.2
This commit is contained in:
parent
640de74694
commit
9574b56cb0
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'yq'
|
||||
pkgname=yq
|
||||
version=3.0.1
|
||||
version=3.0.2
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
|
@ -11,8 +11,9 @@ short_desc="Command-line YAML processor written in Python that wraps around jq"
|
|||
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
|
||||
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=a5e61078facd7ee4222f4346b5b50c4e9cea5e9d3330f074b5ea2c203bf639b1
|
||||
checksum=e47ff2479a3746f90bdbb77f84e3ebdb789ce46a092b1c261ae5b1f5f914f8e8
|
||||
|
||||
do_check() {
|
||||
python3 test/test.py
|
||||
|
|
Loading…
Reference in New Issue