ScoopInstaller_Main/bucket/cloud-nuke.json
2022-10-31 16:31:41 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.21.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.21.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "0bfdf8cc72db0ee9aec935c7425ae38fae877d4e4531a542ad08e9fefd97be3e"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.21.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "7e40febf2acf7c7843a102b7188235854169d6f4c3ac3902d9f506e919eaa5a0"
}
},
"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"
}
}
}