terragrunt: update to 0.68.5.

This commit is contained in:
Andrea Brancaleoni 2024-10-29 05:52:16 +00:00
parent 8fea462ac2
commit 3c473bb1ea

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.68.4 version=0.68.5
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=60c259d787eb74fc8d442dad33e2f697ab8498970b7fc71ea3d2a3c45cd9fb6f checksum=1fe21df080c62b143be26d19fafe3f4d7a116f93482d6789474687c221d01b6e
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt