From 993117c41d2e17c4624fe73d73ab4596a1ac8102 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 30 Mar 2018 16:30:21 +0000 Subject: [PATCH] yq-go: rebuild with go-1.10.1 --- 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 6296d4349ab..6889f91f45a 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=2 +revision=3 wrksrc="yq-${version}" build_style=go go_import_path="github.com/mikefarah/yq"