mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.15",
|
|
"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.15/tf-summarize_windows_amd64.zip",
|
|
"hash": "65fffbd98c4f6a87b2f65043a65422ce2b0d22b2c4642b3ee15d6198f4112902"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.15/tf-summarize_windows_arm64.zip",
|
|
"hash": "e3c73291b8de61afff3866f682230090b2822054ca746a34762c4908e3315609"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|