From b04cbf0b4c75b77b0b159091ce9125f971a3b676 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 9 Aug 2018 10:20:41 +0200 Subject: [PATCH] terragrunt: update to 0.16.5. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 6f65cb25d05..7db3a62af66 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.16.4 +version=0.16.5 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=7b05c4f6f4e94cd695124e0cb22fc6ddf176c65208033a6e72cd8b209152e03b +checksum=6a237e5b7e51e0af328fa182875c5bd98a4e7370bfdaa6bbebde2d2bf2d92ef0 pre_build() { cd $GOSRCPATH