mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.24.0",
|
|
"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.24.0/tflint_windows_amd64.zip",
|
|
"hash": "b5512f2b823f5292af3397282446000934578dd6eded88ead1655cd6a16de901"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.24.0/tflint_windows_386.zip",
|
|
"hash": "c9d1168ae8f940b0ec090b1a653c0141f75057bb6cfde78eb81345bdd2cdfd81"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|