terragrunt: update to 0.16.4.

This commit is contained in:
Andrea Brancaleoni 2018-08-01 11:21:18 +02:00
parent 25c512ba78
commit 57a7417adc

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.16.3
version=0.16.4
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=c0d5e076b5d803cef2ea824907debd3926230936ba7d87a1a89a41e940cef8f2
checksum=7b05c4f6f4e94cd695124e0cb22fc6ddf176c65208033a6e72cd8b209152e03b
pre_build() {
cd $GOSRCPATH