From d279f84c71a1c310f391dd57462bb84e952fb7b8 Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Wed, 27 Jul 2022 00:08:40 +0530 Subject: [PATCH] yq: update to 3.1.0 --- srcpkgs/yq/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index ff622cb65b506d..20affe54bc639a 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -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