terragrunt: update to 0.28.2.

This commit is contained in:
Andrea Brancaleoni 2021-02-05 23:20:42 +00:00
parent 54cdcbcffe
commit d80544d2fd

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.28.1 version=0.28.2
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/gruntwork-io/$pkgname" go_import_path="github.com/gruntwork-io/$pkgname"
@ -11,7 +11,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=d72f24dd94d3ec7112766c0b5defb67863f52d9bb41bd06b707312dcfb11a246 checksum=e85e4c4d6d1641a12093af9d036e38d05f5c0ec6e768b9655d8d2f7a4ccadcfd
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt