mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.50.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.50.1/tflint_windows_amd64.zip",
|
|
"hash": "cbe3a481e1b10af919624a38a364759f99f15e9993d781267add17bb3a041276"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.50.1/tflint_windows_386.zip",
|
|
"hash": "e5feec12264a9054c80a0ab8a9327e944aece948c60116e9ad5cca7958f36e72"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|