ScoopInstaller_Main/bucket/cloud-nuke.json
2024-04-08 21:06:46 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.35.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.35.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "6d2b269df0a15ef0ffb916e187552b0c2917408b4bf12e7bd4eeacc2998e16ad"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.35.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "27785fc9070976b694c67b575755c6b370a46b8ce90ad84768f533604eb8d056"
}
},
"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"
}
}
}