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'
|
||||
pkgname=terragrunt
|
||||
version=0.18.6
|
||||
version=0.19.8
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/gruntwork-io/$pkgname"
|
||||
hostmakedepends="glide git"
|
||||
go_mod_mode=true
|
||||
hostmakedepends="dep git"
|
||||
depends="terraform"
|
||||
short_desc="Thin wrapper for Terraform that provides extra tools"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/gruntwork-io/terragrunt"
|
||||
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() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue