ScoopInstaller_Main/bucket/cloud-nuke.json
2022-01-19 00:31:56 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.9.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.9.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "f75ef0440c283f3aed1f0d645f2f380f6b9e0e496056cec56d8ed052787948bf"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.9.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "63ba33c9fd725b5ea324eb9363bc49d32758dc57d74707d61f6d6676ef36fb7e"
}
},
"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"
}
}
}