terragrunt: update to 0.85.0.

This commit is contained in:
Andrea Brancaleoni 2025-08-20 19:39:19 +02:00
parent b0ab360932
commit b35d239d2a
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.84.1 version=0.85.0
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=54a7b35c93f6bab14afd6c36351f47842f99d3a1718e916b4c63357be9ae0c10 checksum=4b0508803c01533f2820d96ae7df3b57928031848cd2fff4d1ae333cc6fec282
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt