From db88bfda8197f1408837d722de991f267a7efc35 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 19 Oct 2018 09:29:13 +0200 Subject: [PATCH] terragrunt: update to 0.17.1. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 4dae5441adf..7e3f41545a6 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.17.0 +version=0.17.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=20e2e64146db377357ba51f19625f633ee344333a995f30c16e3e3b339307e98 +checksum=4503d2d0bf39af6c2c0c326612d1073d1b79668abe4090a2416a0cf7f325eff0 pre_build() { cd $GOSRCPATH