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

32 lines
1.3 KiB
JSON

{
"version": "0.40.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.40.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "2c7c40d53ff85439fb969b4de88907ceb4d5d0382eb5fd84812d45753d5bdf7a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.40.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "4113a86871f54b002c0b8757e066b4652f85f08dcce8a8392fd8840cf1ad3ef7"
}
},
"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"
}
}
}