From b5e90b7554d4498de9371242009c68a25a66af67 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 24 Jan 2018 08:54:28 +0000 Subject: [PATCH] yq-go: rebuild with go-1.9.3 --- srcpkgs/yq-go/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template index 3f96c911870..2ab70c712d4 100644 --- a/srcpkgs/yq-go/template +++ b/srcpkgs/yq-go/template @@ -1,7 +1,7 @@ # Template file for 'yq-go' pkgname=yq-go version=1.14.0 -revision=1 +revision=2 wrksrc="yq-${version}" build_style=go go_import_path="github.com/mikefarah/yq"