mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
32 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|