From cc3f9fd9247fa204b78139996ad9b03ba7586d80 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 11 Jul 2018 14:12:53 +0200 Subject: [PATCH] terragrunt: update to 0.16.1. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index dceb3d62f42..536d4673671 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.16.0 +version=0.16.1 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=222a6397913cff5c5c66fdbdef4d4c19f707a8eac1d285a20087e3002d97f33f +checksum=0733ce6c851f2491346b4023caf5d4e28b5e69efe8d1a707057a938a3822bd38 pre_build() { cd $GOSRCPATH