terragrunt: update to 0.13.23.

This commit is contained in:
Andrea Brancaleoni 2017-12-02 22:02:37 +01:00
parent 1a07ddb73f
commit 9759783c0e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.13.22
version=0.13.23
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=69fa18b4cf7c9970a074fcde5bb3487c02bf1ad4c6db9277238807a2c3f3e21b
checksum=84289ae6b93281cb9f6bfddba4ec305384eeaf63596445375ed25dd024398e7e
pre_build() {
cd $GOSRCPATH