From 308c2a7678b70e675a785722160cee5e85972100 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Fri, 18 Feb 2022 10:39:08 +0100 Subject: [PATCH] yq-go: update to 4.20.2. --- srcpkgs/yq-go/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template index a69c6ddb26bd..1a2e1ee53dab 100644 --- a/srcpkgs/yq-go/template +++ b/srcpkgs/yq-go/template @@ -1,6 +1,6 @@ # Template file for 'yq-go' pkgname=yq-go -version=4.19.1 +version=4.20.2 revision=1 wrksrc="yq-${version}" build_style=go @@ -9,8 +9,9 @@ short_desc="Lightweight and portable command-line YAML processor written in go" maintainer="Frank Steinborn " license="MIT" homepage="https://github.com/mikefarah/yq" +changelog="https://raw.githubusercontent.com/mikefarah/yq/master/release_notes.txt" distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz" -checksum=c289cef82668722d1851fd4e70fd7bbfdbf5b6fd358d7bb01a9e06c317dafc58 +checksum=031c63dd98e564b9a74b842ffe8ae929085f1486f59a27d4feb7e118f40c8a1e do_check() { go test -v