2019-12-07 15:00:32 +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.2",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.2/tflint_windows_amd64.zip",
"hash": "a5b370cd58f2e00391e1627fa9b95f8bee911b79dfdebf062d8e1bb34f3357cc"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.2/tflint_windows_386.zip",
"hash": "bc53d78d47888e5b44b91a20e8c805da33996a7a69bddcc222c62e3706c4c316"
}
},
"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"
}
}
}