terragrunt: update to 0.14.1.

This commit is contained in:
Andrea Brancaleoni 2018-02-27 10:31:01 +01:00
parent 1f158f3a23
commit 35da9ae0aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.14.0
version=0.14.1
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=bbca4f025f7713209937f9d71d33d33e5f8ade747083b362fd4b20b070655cc7
checksum=189c03ec01da91e075706703bf4668f13a4b2c833cb47a9ced26844fffb85ecf
pre_build() {
cd $GOSRCPATH