From 79f07fb5c1ac36f307eb3a79ebb7050052ff0475 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sat, 24 Feb 2018 10:11:34 -0500 Subject: [PATCH] yq-go: rebuild with go-1.10 --- 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 5e6668bcd61..6296d4349ab 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=1 +revision=2 wrksrc="yq-${version}" build_style=go go_import_path="github.com/mikefarah/yq"