2019-12-27 14:00:26 +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.13.4",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.4/tflint_windows_amd64.zip",
"hash": "26b8aa52a1da5452ee400d324c6ac2d9f6c3f7bf7bf57172dc802ab0820f567a"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.4/tflint_windows_386.zip",
"hash": "25b006a134f84bcbdcf82d76bcbc11de82d28fa16b05e6d61b9e10ee71d50be2"
}
},
"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"
}
}
}