ScoopInstaller_Main/bucket/tf-summarize.json
2024-03-28 09:07:13 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.3.10",
"description": "A command-line utility to print the summary of a Terraform plan.",
"homepage": "https://github.com/dineshba/tf-summarize",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.10/tf-summarize_windows_amd64.zip",
"hash": "284aba2eba46751a0edcc27f32aefc75e5c6867c7822cdc3c605fdbab1044644"
},
"arm64": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.10/tf-summarize_windows_arm64.zip",
"hash": "14e675d41a5ca142f691ff5e6115917f07f1e95ce548fc0b7151b6c3e74c8e8a"
}
},
"bin": "tf-summarize.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v$version/tf-summarize_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v$version/tf-summarize_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/tf-summarize_SHA256SUMS"
}
}
}