ScoopInstaller_Main/bucket/cloud-nuke.json
2022-03-18 00:32:55 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.11.3",
"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.11.3/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "26b57f88ebef2f9bbde3c5398f1351b5c063b205e4229ff4908bf22be6c6d168"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.11.3/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "91902c6844f8362a2dfbaa2f1c75b45ede5e36caab824902af6c48f840d1d0ed"
}
},
"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"
}
}
}