From 6dc7edcc954f670e6c8c29e30240f75f2be4c7d0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 3 May 2018 18:49:41 +0000 Subject: [PATCH] consul: rebuild with go-1.10.2 --- srcpkgs/consul/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index 88e3e63b8d3..be8d64b7c94 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,7 +1,7 @@ # Template file for 'consul' pkgname=consul version=1.0.7 -revision=1 +revision=2 build_style=go go_import_path="github.com/hashicorp/${pkgname}" short_desc="Distributed solution to connect and configure applications"