terragrunt: update to 0.42.3.

This commit is contained in:
Andrea Brancaleoni 2022-12-09 14:47:32 +01:00
parent c86d36f05b
commit d20823b625

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.40.1 version=0.42.3
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"
@ -10,7 +10,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=4da812b9d9f46e3586bdab64325d750b46566b988dee397518b6105b6c0bffa3 checksum=fbc08ebc81de8fdf43bb083d19c47867f8b4868294e3791fa9927a840ecf75d3
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt