From fb3c8d6c6bcbd3d8b015a0d4552df39ec98a576f Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 30 Mar 2018 14:22:31 +0200 Subject: [PATCH] terragrunt: update to 0.14.6. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 88502b2376d..86556471103 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.14.4 +version=0.14.6 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=44870378af1821816b28bab5ff6df5f52c3b2091a0b0f7f7d3a88cc41ee91959 +checksum=70f2462bc286ea5dc501a57c2a570456b581b64c21f3dac869fabb4167c61847 pre_build() { cd $GOSRCPATH