mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
32 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|