ScoopInstaller_Main/bucket/tf-summarize.json
2024-01-10 12:30:14 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.3.7",
"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.7/tf-summarize_windows_amd64.zip",
"hash": "3a1e0b1227ce391747689218503d7991e72e811ee12eb14815ffc22039cbef09"
},
"arm64": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.7/tf-summarize_windows_arm64.zip",
"hash": "b7cc3573d3764e1454810592539c5fe54f6a29a3db516eb2cdfe9484eb53a38e"
}
},
"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"
}
}
}