terragrunt: update to 0.13.20.
This commit is contained in:
parent
230ae7bf2f
commit
43f7d19d2b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.13.19
|
||||
version=0.13.20
|
||||
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=59e5834c436b5b69f21523f43156790311b1fe1cf810ef0b0d422079249104f3
|
||||
checksum=1cdb0f20bc0164b80fbaaeb542c994ed148be719d96f7c777dafc36b2517fe45
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue