tflint: Update to version 0.19.0

This commit is contained in:
Jakub Čábera 2020-08-17 12:02:55 +02:00
parent a1efc5f3b0
commit b359d79695

View File

@ -1,16 +1,16 @@
{ {
"version": "0.18.0", "version": "0.19.0",
"description": "A Terraform linter focused on possible errors, best practices, etc.", "description": "A Terraform linter focused on possible errors, best practices, etc.",
"homepage": "https://github.com/terraform-linters/tflint", "homepage": "https://github.com/terraform-linters/tflint",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.18.0/tflint_windows_amd64.zip", "url": "https://github.com/terraform-linters/tflint/releases/download/v0.19.0/tflint_windows_amd64.zip",
"hash": "3a68b330da6a995c5c3779443d3eab9662e705070593cc5388c87996a04faa7d" "hash": "f03d54b0f77614230586000ebd0d8b2206d39fc999aec9cc6310b23204b33078"
}, },
"32bit": { "32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.18.0/tflint_windows_386.zip", "url": "https://github.com/terraform-linters/tflint/releases/download/v0.19.0/tflint_windows_386.zip",
"hash": "745badad99705fcbc9a45a1c8493b38d41dd392778f23b14f820c9c85e156f86" "hash": "a266c6f2cfc2103eb423d66592c649d1a387bad4712bc72c65298f31f91e3475"
} }
}, },
"bin": "tflint.exe", "bin": "tflint.exe",