terragrunt: update to 0.83.2.

This commit is contained in:
Andrea Brancaleoni 2025-07-15 20:52:17 +02:00
parent 14f0f61d68
commit aa4eee20e6
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.83.1 version=0.83.2
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=94cfcb2613f37a88170a9c17708476d0aee0372b93a0fb66e0bd8e7897a4374e checksum=230397df702563de3b631ce69be218a99de6415ce91ca34c5786af9cffee9c56
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt