terragrunt: update to 0.13.14.
This commit is contained in:
parent
99246f8c3b
commit
8f24c48445
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.13.13
|
||||
version=0.13.14
|
||||
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=5a459b0eb67754dccbf0af00f11133504625c9e429fb91b337e775ecf666bb79
|
||||
checksum=6908826d0e21412e8b863edd073bfbdcd1ab96339dc621249acef96133760e8b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue