From 7a9fbd37509183f0e91e037ad7abc81eb3993784 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 3 May 2018 18:49:58 +0000 Subject: [PATCH] yq-go: rebuild with go-1.10.2 --- 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 6889f91f45a..77eb70d9c51 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.1 -revision=3 +revision=4 wrksrc="yq-${version}" build_style=go go_import_path="github.com/mikefarah/yq"