ScoopInstaller_Main/bucket/cloud-nuke.json
2025-11-03 00:41:47 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.45.0",
"description": "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it",
"homepage": "https://github.com/gruntwork-io/cloud-nuke",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.45.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "5078a760a1d7904f1ec6f0374b4626386e8da6406cab179f7b32ef782286f359"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.45.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "c2ea6bcdf1f4c297e56bdbda4cdb0075435ff015c5bd06b32d351daafea9e200"
}
},
"bin": "cloud-nuke.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_386.exe#/cloud-nuke.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}