2020-02-25 14:01:49 +00: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.15.0",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.0/tflint_windows_amd64.zip",
"hash": "5ae48f9e937ea128b3c2c0314dd77d409a2b80630bbe1d4795cf6c4406d5d8ed"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.0/tflint_windows_386.zip",
"hash": "8bac8ba3bf20006b49e84a5cacd8b4159df2a8206509f861037afb85f9e2788c"
}
},
"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"
}
}
}