terragrunt: update to 0.23.33
This commit is contained in:
parent
079806d936
commit
7135d82505
1 changed files with 3 additions and 12 deletions
|
@ -1,26 +1,17 @@
|
||||||
# Template file for 'terragrunt'
|
# Template file for 'terragrunt'
|
||||||
pkgname=terragrunt
|
pkgname=terragrunt
|
||||||
version=0.23.2
|
version=0.23.33
|
||||||
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"
|
||||||
go_mod_mode=true
|
hostmakedepends="git"
|
||||||
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=42b62a1f464c5157e14e2d4ba148573791c47050e9f37662e8d47dfb277d7d39
|
checksum=28e5a3bc2d9ec9ad8a2037680ba28214267ec974f6d8315ad23730c222c6a1fe
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue