From a099a8e7e5efd871ef3e374745bfcc4eb0c4e315 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:04:37 -0700 Subject: [PATCH] consul: rebuild for go 1.11 --- srcpkgs/consul/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index af6d272e4fe..164be293b1c 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,7 +1,7 @@ # Template file for 'consul' pkgname=consul version=1.2.2 -revision=1 +revision=2 build_style=go go_import_path="github.com/hashicorp/${pkgname}" short_desc="Distributed solution to connect and configure applications"