ScoopInstaller_Main/bucket/cloud-nuke.json
2025-02-05 16:31:05 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.38.2",
"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.38.2/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "037fa1e15da90efc463f2a68bc6fe4a7afc1d9b938c9bd45524a50ae03fb4afa"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.38.2/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "a93197fc8a42eb60adfe216116aebe88d35b4a76a7d64cbc147cafeadc6fd6b6"
}
},
"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"
}
}
}