terragrunt: update to 0.13.16.
This commit is contained in:
parent
797757b6fd
commit
5a56369e3a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.13.15
|
||||
version=0.13.16
|
||||
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=c7edad7af3ce081dba868b6bd0c41b5401c86b803e7235b5c4f0df6a67413f37
|
||||
checksum=7f14b3161bda0ccd7e421b40075bce3329f475c0df1b000641111468d9dadd60
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue