2020-05-18 11:44:04 +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.0",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.0/tflint_windows_amd64.zip",
"hash": "b2a406d2993aa873d426fa57d30ac63b6cb926a9507a305d52aa1433ef338089"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.0/tflint_windows_386.zip",
"hash": "ce5b9dfe15567dca881af3b4bfb3dc3067e3b0a32150293ae0ac39564dd0c1bd"
}
},
"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"
}
}
}