terragrunt: update to 0.13.2.
This commit is contained in:
parent
29bf4df39e
commit
9ee74337f5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.13.1
|
||||
version=0.13.2
|
||||
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=0d15df6f327335cd68464b71acacc5a6d2b82c62d6b63d019091338ed9219a97
|
||||
checksum=ce226b0b525284e7286ebec6d851063ad5bafd261eedd188e8ed066670941c66
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue