ScoopInstaller_Main/bucket/cloud-nuke.json
2023-03-14 16:31:40 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.27.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.27.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "32f6cfdac110754f8fa89a2330d26acf793252b0d80394dc55707191447689f6"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.27.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "e28f6633fbe36432cea0357338e4738c44edc6ad1b7cb0c3e1cef39fb564dbea"
}
},
"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"
}
}
}