ScoopInstaller_Main/bucket/cloud-nuke.json
2022-08-16 20:28:08 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.17.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.17.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "2e0f588aff511998c14efdc4a4a3de537e4a7c549d52681c7f633502f0106c80"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.17.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "96472d80a272df269297c6d1566e2a6090c2c8e03228d4f5ed2b259e29e598ff"
}
},
"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"
}
}
}