From 46f009cc26a0c0ec8cde91cd5f37a95273ac816b Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 16 Jul 2019 23:40:56 +0200 Subject: [PATCH] terragrunt: update to 0.19.8. --- srcpkgs/terragrunt/template | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 3303f3ba334..668537519d0 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,17 +1,26 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.18.6 +version=0.19.8 revision=1 build_style=go go_import_path="github.com/gruntwork-io/$pkgname" -hostmakedepends="glide git" +go_mod_mode=true +hostmakedepends="dep git" depends="terraform" short_desc="Thin wrapper for Terraform that provides extra tools" maintainer="Andrea Brancaleoni " license="MIT" homepage="https://github.com/gruntwork-io/terragrunt" distfiles="$homepage/archive/v$version.tar.gz" -checksum=0a628f8ddc184d4fd12ac3569e8fa5b005f6e37408910029a39434687c93209f +checksum=cf0b9b500c7162ffd915f2bc302d4757c10d618cf3e72ee7cc6611a20cdaa040 + +pre_build() { + git config --global http.https://gopkg.in.followRedirects true + + cd $GOSRCPATH + dep ensure +} + post_install() { vlicense LICENSE.txt