From 980da2306fc1e7fc782542f9ab3389a4d7141c6e Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Wed, 13 Jan 2021 11:03:49 +0100 Subject: [PATCH] yq-go: update to 4.3.2. --- srcpkgs/yq-go/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template index 4a0f3c3fe19..7c70e6810ff 100644 --- a/srcpkgs/yq-go/template +++ b/srcpkgs/yq-go/template @@ -1,6 +1,6 @@ # Template file for 'yq-go' pkgname=yq-go -version=3.4.1 +version=4.3.2 revision=1 wrksrc="yq-${version}" build_style=go @@ -9,8 +9,8 @@ short_desc="Lightweight and portable command-line YAML processor written in go" maintainer="Frank Steinborn " license="MIT" homepage="https://github.com/mikefarah/yq" -distfiles="https://github.com/mikefarah/yq/archive/${version}.tar.gz" -checksum=73259f808d589d11ea7a18e4cd38a2e98b518a6c2c178d1ec57d9c5942277cb1 +distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz" +checksum=7e739f3d96dfb508bf52f33741135121363cf1bf21e3a890e5d8a937877881dc do_check() { go test -v