ScoopInstaller_Main/bucket/tf-summarize.json
2024-11-30 16:29:58 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.3.14",
"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.14/tf-summarize_windows_amd64.zip",
"hash": "7517754039149b37c54f726595cc290df5adb1571dbb585e383a1157e7442040"
},
"arm64": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.14/tf-summarize_windows_arm64.zip",
"hash": "2412fd87f64b34a84c153b77b934f501b196101f44a66826c6ccf7b874cd5555"
}
},
"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"
}
}
}