terragrunt: update to 0.48.3.

This commit is contained in:
Andrea Brancaleoni 2023-07-18 11:50:48 +02:00
parent 895582cd13
commit aac0a8066c

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.48.1 version=0.48.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=c151fde4f75536a4ba77b6db77893cd978cdfbf29adab4766d9216ceb2c4f0b8 checksum=efa40d7cf198f00d2cc7ecb80904fd1ababe5be95ed53ada5e650817630e48dc
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt