From 7135d8250522e8ef1a6cda01aa913f721adebc37 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 20 Aug 2020 01:49:10 -0700 Subject: [PATCH] terragrunt: update to 0.23.33 --- srcpkgs/terragrunt/template | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 5af259aa8e..10e6489f66 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,26 +1,17 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.23.2 +version=0.23.33 revision=1 build_style=go go_import_path="github.com/gruntwork-io/$pkgname" -go_mod_mode=true -hostmakedepends="dep git" +hostmakedepends="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=42b62a1f464c5157e14e2d4ba148573791c47050e9f37662e8d47dfb277d7d39 - -pre_build() { - git config --global http.https://gopkg.in.followRedirects true - - cd $GOSRCPATH - dep ensure -} - +checksum=28e5a3bc2d9ec9ad8a2037680ba28214267ec974f6d8315ad23730c222c6a1fe post_install() { vlicense LICENSE.txt