From c0e660869dd28a040fee0f929b8bc31ff93340f3 Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Thu, 21 Jul 2022 01:56:12 +0530 Subject: [PATCH] yq: update to 3.0.2 --- srcpkgs/yq/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index b775674672ac..ff622cb65b50 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -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 " 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