terragrunt: update to 0.13.7.
This commit is contained in:
parent
8e8f36384b
commit
63cf647768
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.13.5
|
||||
version=0.13.7
|
||||
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=0987cb163dc2be91fe8eb7cd4c1449974008837e18d42ca1845f538fa77b4997
|
||||
checksum=760738f6a8219fce2451c1590ed93e6f8cb1bfc9610893f82a988ecf1225a83a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue