terragrunt: update to 0.36.1.

This commit is contained in:
Andrea Brancaleoni 2022-02-07 19:33:22 +01:00
parent 6133bd8e36
commit aeccd42b41

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.35.16 version=0.36.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/gruntwork-io/terragrunt" go_import_path="github.com/gruntwork-io/terragrunt"
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT" license="MIT"
homepage="https://github.com/gruntwork-io/terragrunt" homepage="https://github.com/gruntwork-io/terragrunt"
distfiles="$homepage/archive/v$version.tar.gz" distfiles="$homepage/archive/v$version.tar.gz"
checksum=fa24e2b6070e921e84aa0427514735548a3e0e863e0c1c8c7512868063da676d checksum=697587bbaf33e3248a8cc8565bcfdb9c80a976721aa42145c8b04cde1433b41c
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt