ScoopInstaller_Main/bucket/cloud-nuke.json
2020-11-23 22:33:13 +01:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.24",
"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.1.24/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "3f13dc0e154dedcc6d56038e0cc6903831da306458e6be6f770440c3fe45bc97"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.24/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "b5e29c62895848cbc0b3ac57291b3bb24d0502d1c8dfdcedc1a5800c97da9b2a"
}
},
"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"
}
}
}