mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +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.15.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.5/tflint_windows_amd64.zip",
|
|
"hash": "f19e4ef0206aa7edbb125ad33d03089c1000e2493ea7190f5a43590ae917c327"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.15.5/tflint_windows_386.zip",
|
|
"hash": "04b2728e2794a0c56ad858212bc88eba7c84d61fb6bd6c2109f41a94e113947a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|