From 5ade0ab58c14223364f19ac7b7d413f057c41291 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Wed, 17 Jun 2020 23:02:47 +0200 Subject: [PATCH] yq-go: update to 3.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 e71b50c4b60..9ec9f7c4a70 100644 --- a/srcpkgs/yq-go/template +++ b/srcpkgs/yq-go/template @@ -1,17 +1,17 @@ # Template file for 'yq-go' pkgname=yq-go -version=3.3.0 +version=3.3.2 revision=1 wrksrc="yq-${version}" build_style=go go_import_path=github.com/mikefarah/yq/v3 hostmakedepends="git" short_desc="Lightweight and portable command-line YAML processor written in go" -maintainer="Orphaned " +maintainer="Frank Steinborn " license="MIT" homepage="https://github.com/mikefarah/yq" distfiles="https://github.com/mikefarah/yq/archive/${version}.tar.gz" -checksum=93998c2c5f19f39301929f3da99ac083fb82547ad9c00cd761c0a94967962801 +checksum=28b34199aadafe0eef1e7becc6953675ad516383b31637a42080940e1c9318fb do_check() { go test -v