terragrunt: update to 0.13.21.
This commit is contained in:
parent
75d5240c5b
commit
90458f41af
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.13.20
|
||||
version=0.13.21
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="A thin wrapper for Terraform that provides extra tools"
|
||||
|
@ -11,7 +11,7 @@ license="MIT"
|
|||
go_import_path="github.com/gruntwork-io/$pkgname"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=1cdb0f20bc0164b80fbaaeb542c994ed148be719d96f7c777dafc36b2517fe45
|
||||
checksum=0b265cd3c7640d527fd453f92c19caf27125ed5e8b517aadb667bba026022ae8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue