ScoopInstaller_Main/bucket/cloud-nuke.json
2025-10-24 04:29:32 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.44.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.44.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "b6266bc9c2ff404da06c5157803269044e09015dbaef58cbda2096f800a715ba"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.44.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "297cc27d3d2a5a7db1e37744f948d27ad089ecc6d2c994c01880cf10047eba18"
}
},
"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"
}
}
}