terragrunt: update to 0.14.11.

This commit is contained in:
Andrea Brancaleoni 2018-06-17 23:13:45 +02:00
parent 43b655f96a
commit f2cf099d31
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.14.10
version=0.14.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=088eaeacd965ade353fa98bdb4e7be0348df00f8850b0299756e269b663a739a
checksum=90e219bce4a45ca374fa24b7b050e56dad57fabc58147fa909ba8749a5a82c5d
pre_build() {
cd $GOSRCPATH