From 1cf4dfcbbdae4746732983b43294f10712a2af11 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 12 Nov 2018 00:19:01 +0100 Subject: [PATCH] terragrunt: update to 0.17.2. --- srcpkgs/terragrunt/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 7e3f41545a6..265cabdc47e 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.17.1 +version=0.17.2 revision=1 build_style=go short_desc="A thin wrapper for Terraform that provides extra tools" @@ -11,12 +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=4503d2d0bf39af6c2c0c326612d1073d1b79668abe4090a2416a0cf7f325eff0 - -pre_build() { - cd $GOSRCPATH - glide install -} +checksum=8c4280293f7b6cb002dcadfdbdf619117a9176b8041a528eb97510ca3843d33f post_install() { vlicense LICENSE.txt