From f529b85b1793e34cb0f2c72813dbddc620a74952 Mon Sep 17 00:00:00 2001 From: "Gabriel M. Dutra" Date: Mon, 21 Mar 2022 02:05:34 -0300 Subject: [PATCH 1/2] Terragrunt: Update to 0.36.6 --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index b99451213534..793e14c4f5c6 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.36.1 +version=0.36.6 revision=1 build_style=go go_import_path="github.com/gruntwork-io/terragrunt" @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni " license="MIT" homepage="https://github.com/gruntwork-io/terragrunt" distfiles="$homepage/archive/v$version.tar.gz" -checksum=697587bbaf33e3248a8cc8565bcfdb9c80a976721aa42145c8b04cde1433b41c +checksum=a918cc71c18f1d99a403824aec1f4db8c9a5792e532b859ebabfe43e55f05a38 post_install() { vlicense LICENSE.txt From 508023e74fd5c4eff0677b3b57f08b8c15babbb7 Mon Sep 17 00:00:00 2001 From: "Gabriel M. Dutra" Date: Mon, 21 Mar 2022 10:10:49 -0300 Subject: [PATCH 2/2] Fix checksum --- srcpkgs/terragrunt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 793e14c4f5c6..b3937b42d65b 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni " license="MIT" homepage="https://github.com/gruntwork-io/terragrunt" distfiles="$homepage/archive/v$version.tar.gz" -checksum=a918cc71c18f1d99a403824aec1f4db8c9a5792e532b859ebabfe43e55f05a38 +checksum=adc7b9d651188cfaadad4ab181155e13a528bbff4338144b104c233e5b249b8a post_install() { vlicense LICENSE.txt