terragrunt: update to 0.19.8.
This commit is contained in:
parent
668a3dfa01
commit
46f009cc26
1 changed files with 12 additions and 3 deletions
|
@ -1,17 +1,26 @@
|
||||||
# Template file for 'terragrunt'
|
# Template file for 'terragrunt'
|
||||||
pkgname=terragrunt
|
pkgname=terragrunt
|
||||||
version=0.18.6
|
version=0.19.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gruntwork-io/$pkgname"
|
go_import_path="github.com/gruntwork-io/$pkgname"
|
||||||
hostmakedepends="glide git"
|
go_mod_mode=true
|
||||||
|
hostmakedepends="dep git"
|
||||||
depends="terraform"
|
depends="terraform"
|
||||||
short_desc="Thin wrapper for Terraform that provides extra tools"
|
short_desc="Thin wrapper for Terraform that provides extra tools"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/gruntwork-io/terragrunt"
|
homepage="https://github.com/gruntwork-io/terragrunt"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=0a628f8ddc184d4fd12ac3569e8fa5b005f6e37408910029a39434687c93209f
|
checksum=cf0b9b500c7162ffd915f2bc302d4757c10d618cf3e72ee7cc6611a20cdaa040
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
git config --global http.https://gopkg.in.followRedirects true
|
||||||
|
|
||||||
|
cd $GOSRCPATH
|
||||||
|
dep ensure
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in a new issue