mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 12:15:15 +00:00
32 lines
1.2 KiB
JSON
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.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.3/tflint_windows_amd64.zip",
|
|
"hash": "6c7d90e3d19f88327a93c4da554099686add108f6a8260efd35edfcb72a4b346"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.3/tflint_windows_386.zip",
|
|
"hash": "c89ebc16b178549135d2286febf9fc86cd7ac246a52e22bb60213d157a34b5d8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|