From e48ebf6677e04712571fb42808b64194ec5e4b7b Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 22 Feb 2018 22:55:47 -0500 Subject: [PATCH] terragrunt: rebuild with go-1.10 --- srcpkgs/terragrunt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 3190278418d..2ec6ed641c1 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,7 +1,7 @@ # Template file for 'terragrunt' pkgname=terragrunt version=0.14.2 -revision=1 +revision=2 build_style=go short_desc="A thin wrapper for Terraform that provides extra tools" maintainer="Andrea Brancaleoni "