ScoopInstaller_Main/bucket/cloud-nuke.json
2022-03-11 20:26:50 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.11.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.11.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "612af036f58c8f80103a94c22c7a3e20fcdff85de22180eeb51220800c6cb572"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.11.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "00c4982139289255167eceede6d8c3c1bb7409f3f989c31c8c1cac6872ff9cc0"
}
},
"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"
}
}
}