terragrunt: update to 0.19.29.

This commit is contained in:
mobinmob 2019-10-07 22:04:57 +03:00 committed by Helmut Pozimski
parent bf434c7882
commit c487dae462

View file

@ -1,6 +1,6 @@
# Template file for 'terragrunt' # Template file for 'terragrunt'
pkgname=terragrunt pkgname=terragrunt
version=0.19.25 version=0.19.29
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/gruntwork-io/$pkgname" go_import_path="github.com/gruntwork-io/$pkgname"
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT" license="MIT"
homepage="https://github.com/gruntwork-io/terragrunt" homepage="https://github.com/gruntwork-io/terragrunt"
distfiles="$homepage/archive/v$version.tar.gz" distfiles="$homepage/archive/v$version.tar.gz"
checksum=da4a8388f07bd05077e1961bedd9cf7d96abb4e205ef2fdb39292181f00a39f8 checksum=b5ac2da2d8e9bbeb63178b7cd2562cef465503a51129fec301bad623502a2895
pre_build() { pre_build() {
git config --global http.https://gopkg.in.followRedirects true git config --global http.https://gopkg.in.followRedirects true