mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +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.14.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.14.0/tflint_windows_amd64.zip",
|
|
"hash": "81327f1dfb3c4b597c61de40a76f2b744f46c7d12107604d1000257ba414b6ba"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.14.0/tflint_windows_386.zip",
|
|
"hash": "5ce8464d857c93ec5c0dff17452893c2f3cfc563d48cb927ce5f220eb0d75316"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|