terragrunt: update to 0.68.9.

This commit is contained in:
Andrea Brancaleoni 2024-11-08 21:20:47 +00:00
parent 2770e86478
commit ee7c5077ae

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.68.7 version=0.68.9
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=5a859d449730307522233885390f07d6a473681960d490f50b63b21692b28799 checksum=c99e7eb999996b759b1937ab70c55f585fd94b20d0ca47e649e631c1cf6478f6
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt