ScoopInstaller_Main/bucket/cloud-nuke.json
2025-06-15 20:28:46 +00:00

32 lines
1.3 KiB
JSON

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