terragrunt: update to 0.17.2.
This commit is contained in:
parent
f5bf9f95c4
commit
1cf4dfcbbd
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue