From ce9910895df10a2007484ead92a2168fab347698 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 1 Oct 2018 18:02:22 +0200 Subject: [PATCH] terragrunt: update to 0.16.13. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index b2e402f2b17..c67f784098e 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.16.11 +version=0.16.13 revision=1 build_style=go short_desc="A thin wrapper for Terraform that provides extra tools" @@ -11,7 +11,7 @@ license="MIT" go_import_path="github.com/gruntwork-io/$pkgname" homepage="https://$go_import_path" distfiles="$homepage/archive/v$version.tar.gz" -checksum=56796a49f923f6df0dcc664ac65156e34107fdfde993f8eb4537b33684999257 +checksum=a4be0dac187aa4347c6c802bceb01956de50a7b59d368cade1d984e3b4019797 pre_build() { cd $GOSRCPATH