Jakub Čábera 907ba3d65f tflint: Update to version 0.23.1
format [c-d]*
2021-01-10 21:44:20 +01:00

32 lines
1.2 KiB
JSON

{
"version": "0.23.1",
"description": "A Terraform linter focused on possible errors, best practices, etc.",
"homepage": "https://github.com/terraform-linters/tflint",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.23.1/tflint_windows_amd64.zip",
"hash": "c7fffa0ff8a1c2edc074997847cd96d19644eb23715c92b9134be7ef60148eaa"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.23.1/tflint_windows_386.zip",
"hash": "b83ae5a0b1dd53db6aa4fa541b0376266743c1ba96fa42f2f992f77675954072"
}
},
"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"
}
}
}