From 3bc94e3fc377311f384461244806fe28f20b0b50 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 15 Jan 2021 10:39:48 -0600 Subject: [PATCH] yq-go: update to 4.4.0. --- 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 7c70e6810ff..d0ce82119de 100644 --- a/srcpkgs/yq-go/template +++ b/srcpkgs/yq-go/template @@ -1,16 +1,16 @@ # Template file for 'yq-go' pkgname=yq-go -version=4.3.2 +version=4.4.0 revision=1 wrksrc="yq-${version}" build_style=go -go_import_path=github.com/mikefarah/yq/v3 +go_import_path=github.com/mikefarah/yq/v4 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/v${version}.tar.gz" -checksum=7e739f3d96dfb508bf52f33741135121363cf1bf21e3a890e5d8a937877881dc +checksum=bd87dad46efbe333d0ed2da0b142e429833259d02d6310d97c95704ea0430a83 do_check() { go test -v