ScoopInstaller_Main/bucket/cloud-nuke.json
2022-09-29 20:30:06 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.20.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.20.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "a2abce542546ab6be7945026d81c5830d1519e1ea9e4fe52ca6449a568951ce4"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.20.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "8c4067043ccca1fae6417ba833c973b5d868f390c99cf8e3e7fa5cb42d5457c3"
}
},
"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"
}
}
}