ScoopInstaller_Main/bucket/cloud-nuke.json
2025-12-19 04:32:18 +00:00

32 lines
1.3 KiB
JSON

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