mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +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.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.1/tflint_windows_amd64.zip",
|
|
"hash": "715ff0539130d2a5c4b35f8021fe7204108c8487442a4f28857d9f5bdfee6799"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.13.1/tflint_windows_386.zip",
|
|
"hash": "d7eca9d0843ff02a38e8981c82bf0f8caec560f9878650f4b7407e8da1e588cf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|