ScoopInstaller_Main/bucket/cloud-nuke.json
2023-04-07 16:28:55 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.29.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.29.2/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "2647486f820b8c05f67ba0dc17d3fb6f2b9c5f5898157695860831d7a69a552f"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.29.2/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "246be0bf03638aecf06212deadbc25ec70d12b183f9ef8a59bfe74d2a3459d67"
}
},
"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"
}
}
}