ScoopInstaller_Main/bucket/cloud-nuke.json
2025-08-02 16:29:35 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.42.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.42.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "d05ff58f4eb9d0bc6cb125b0afcc1fe15be7ca0b5357b13020b1208fdfd7a0f3"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.42.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "af498a3414212aec2467ab3164cb1530acc71e119187c3d3c215dca83d9df4ef"
}
},
"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"
}
}
}