ScoopInstaller_Main/bucket/cloud-nuke.json
2025-03-19 04:29:29 +00:00

32 lines
1.3 KiB
JSON

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