From cc392bfa12c1465653da02a6bcf44a756d20961c Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 3 Mar 2020 00:27:07 +0100 Subject: [PATCH] terragrunt: update to 0.22.5. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 587edc655f3..e770e8a580e 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.21.13 +version=0.22.5 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=793e4d10fe3e069e61547c7ee8d6c2edd3d7c77a531c493a8858e54a8364d25d +checksum=42a7eacce7a3de9ed9ad51c9c9d875c2e1f4a6ac714aebe73db34c53d08de023 pre_build() { git config --global http.https://gopkg.in.followRedirects true