From 9e5a4281c27aad205777f0c31df4c76a1f1b096d Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 16:43:38 +0300 Subject: [PATCH] terragrunt: update to 0.20.5. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index 8b34e50f2f1..69436bb1d17 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.20.4 +version=0.20.5 revision=1 build_style=go go_import_path="github.com/gruntwork-io/$pkgname" @@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni " license="MIT" homepage="https://github.com/gruntwork-io/terragrunt" distfiles="$homepage/archive/v$version.tar.gz" -checksum=48105e1a8127c5fffd81d64d1d2915aa9459f3fd9cc20504e805ca77e735539f +checksum=885ea6389e75f12a2d170ac4a591119b259cc14d8c9694ce967f9d1f4bc892ed pre_build() { git config --global http.https://gopkg.in.followRedirects true