From 03081fe23477772e9ea727e5fedfd82de0fffafd Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 15 Oct 2019 11:06:50 +0200 Subject: [PATCH] terragrunt: update to 0.20.4. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 614d523b5c0..8b34e50f2f1 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.19.29 +version=0.20.4 revision=1 build_style=go go_import_path="github.com/gruntwork-io/$pkgname" @@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni " license="MIT" homepage="https://github.com/gruntwork-io/terragrunt" distfiles="$homepage/archive/v$version.tar.gz" -checksum=b5ac2da2d8e9bbeb63178b7cd2562cef465503a51129fec301bad623502a2895 +checksum=48105e1a8127c5fffd81d64d1d2915aa9459f3fd9cc20504e805ca77e735539f pre_build() { git config --global http.https://gopkg.in.followRedirects true