terragrunt: update to 0.20.4.
This commit is contained in:
parent
cba7cabaef
commit
03081fe234
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.19.29
|
||||
version=0.20.4
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/gruntwork-io/$pkgname"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/gruntwork-io/terragrunt"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=b5ac2da2d8e9bbeb63178b7cd2562cef465503a51129fec301bad623502a2895
|
||||
checksum=48105e1a8127c5fffd81d64d1d2915aa9459f3fd9cc20504e805ca77e735539f
|
||||
|
||||
pre_build() {
|
||||
git config --global http.https://gopkg.in.followRedirects true
|
||||
|
|
Loading…
Reference in New Issue