2020-03-14 15:01:55 +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.2",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.2/tflint_windows_amd64.zip",
"hash": "eba1065aeb4ee7858507b6510ca5c91fa7509b0f424e7f7d8dc88622a0f598b8"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.2/tflint_windows_386.zip",
"hash": "a3177297950d8785fe24b531b1292ee564268d30d609a12d97cc8ce252c7c3d9"
}
},
"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"
}
}
}