terragrunt: update to 0.16.0.
This commit is contained in:
parent
b50f1ec399
commit
5c5dfdb751
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.15.2
|
||||
version=0.16.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=fc84844e9e77e2882e3934d5dd535434cc38789d9767100be21454c997e38ed8
|
||||
checksum=222a6397913cff5c5c66fdbdef4d4c19f707a8eac1d285a20087e3002d97f33f
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
|
|
Loading…
Reference in New Issue