mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.12",
|
|
"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.12/tf-summarize_windows_amd64.zip",
|
|
"hash": "b677ccc513534c0761a47e20c87a8b27310148de953bfc51c07d13531ba48078"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.12/tf-summarize_windows_arm64.zip",
|
|
"hash": "29950204aee261f4e1d2ac33c1d591d57b66647b94bafc7cf511a95755087c45"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|