From 07b5569b95ca9456e9d649dedbb4fbc7be201677 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 15 Nov 2019 16:37:33 +0100 Subject: [PATCH] terragrunt: update to 0.21.6. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 0910fdc0aaf..e5bc1651ff9 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.21.4 +version=0.21.6 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=b4a1a12b5f553a6751baf2df7b459865334ce1f0e9c1869669666905f3da4dca +checksum=890dc7686128cef1f4a924d654b749d39faaeb697320fa00483148074f2bdf5c pre_build() { git config --global http.https://gopkg.in.followRedirects true