2020-05-21 19:44:47 +02:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/terraform-linters/tflint",
"description": "A Terraform linter focused on possible errors, best practices, etc.",
"license": "MPL-2.0",
"version": "0.16.1",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.1/tflint_windows_amd64.zip",
"hash": "8e7dd5df9ad65b7d5e5a7c3cb85b1fb1fa220a7b4584b80ddc2e02ad88e733ae"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.1/tflint_windows_386.zip",
"hash": "a3f5f6b557583a2d7e17ef490ab85c5f56efb253bea1ed44289307bd5c69b5cc"
}
},
"bin": "tflint.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v$version/tflint_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v$version/tflint_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}