terragrunt: update to 0.13.25.
This commit is contained in:
parent
c8a48bd211
commit
58c563d531
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.13.24
|
||||
version=0.13.25
|
||||
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=0dbdda710293e147217425a91c096017b5e4dd81e053672135dba1c8ead38e3b
|
||||
checksum=de7f0288e14c9de0ba66c92379ee37315a521642556bf0feaef91972663fb230
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
|
|
Loading…
Reference in a new issue