mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-01 04:51:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.40.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.40.1/tflint_windows_amd64.zip",
|
|
"hash": "c1589a6fabcd1d7a3d78107fe7b60c1fd99d25b5d15a547cd3155033aa802632"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.40.1/tflint_windows_386.zip",
|
|
"hash": "27c2604e10b09c7fd6d928fb45d5ec798acac0c87d573ede83585351c9730656"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|