ScoopInstaller_Main/bucket/cloud-nuke.json
2022-07-07 16:31:18 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.12.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.12.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "921563d18e1e0fdd6129418bf7bd7f9380d33fac9991d2d91e0f6d4c4561c8e0"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.12.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "b592bb7698e62121736008457bbe6cdff03fc3c740adeea4d4b9d00d34c97e3c"
}
},
"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"
}
}
}