ScoopInstaller_Main/bucket/tf-summarize.json
2026-02-23 12:33:12 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.3.19",
"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.19/tf-summarize_windows_amd64.zip",
"hash": "05434ec9b0386c585df527402311bd87975ea76a9f81e2ae7e0dfd1b86ecf916"
},
"arm64": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.19/tf-summarize_windows_arm64.zip",
"hash": "15d31dd34ddf4dbc60f69f74afc353502d1c278c000870e1ca2bcfb3bf9b6d23"
}
},
"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"
}
}
}