2020-06-06 21:43:29 +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.2",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.2/tflint_windows_amd64.zip",
"hash": "5cf61c96523c826d1e9bd470eb4215a0a2e876885450fcafdfcaf95ca41fedfd"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.2/tflint_windows_386.zip",
"hash": "bacf870b68c2a336ca404e637758addc4e2f38a2ee93c8e94f29124e4a405d3d"
}
},
"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"
}
}
}