terragrunt: update to 0.14.2.

This commit is contained in:
Andrea Brancaleoni 2018-02-28 11:08:37 +01:00
parent 8e84a28333
commit ae7f3359ef
1 changed files with 2 additions and 2 deletions

View File

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