ScoopInstaller_Main/bucket/cloud-nuke.json
2021-11-03 18:00:38 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.5.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.5.2/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "ed964ad81da8f52120990a4026c3b5dc3fc2de9520ed01c3b275f16d8ca04368"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.5.2/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "629618308b7718a77e2b3976d70e9a96ccb391027710d75c4940c6f46908447b"
}
},
"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"
}
}
}