terragrunt: update to 0.17.0.
This commit is contained in:
parent
e2ad3ad72b
commit
2028933da0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.16.14
|
||||
version=0.17.0
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="A thin wrapper for Terraform that provides extra tools"
|
||||
|
@ -11,7 +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=903efa2c86fb005d6323abe02d791623f90c75cec12105148d8311ec99de4645
|
||||
checksum=20e2e64146db377357ba51f19625f633ee344333a995f30c16e3e3b339307e98
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
|
|
Loading…
Reference in a new issue