terragrunt: update to 0.75.10.

This commit is contained in:
Andrea Brancaleoni 2025-03-16 00:47:32 +00:00
parent 494c1feedc
commit a711e18df7

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.75.0 version=0.75.10
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"
@ -9,7 +9,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=fad8f3aea64868689cd23e868bffb89e72aedba4b9533c00ca6b9ae9de8b478d checksum=6ff2ad96d57b5541428f44940d1e1a61c2fbf0db38647f66524c9c29b4fb1806
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt