ScoopInstaller_Main/bucket/cloud-nuke.json
2022-05-09 08:30:34 +00:00

32 lines
1.3 KiB
JSON

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