terragrunt: update to 0.16.11.

This commit is contained in:
Andrea Brancaleoni 2018-09-29 12:31:56 +02:00
parent 5c35df23ff
commit 6d2078fd47
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.16.10
version=0.16.11
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=992f66f898c062c030b105d7ed5adf6335e5d3497c41475a49f472c9d59c240d
checksum=56796a49f923f6df0dcc664ac65156e34107fdfde993f8eb4537b33684999257
pre_build() {
cd $GOSRCPATH