ScoopInstaller_Main/bucket/cloud-nuke.json
2021-01-28 07:31:08 +01:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.25",
"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.1.25/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "1e665a7af5a854d5d1184ceac7d18a1f8f8522fa4e32d252e7fe619e769bcdd9"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.25/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "7f11d780a8777192d3bee2cb6dd6d018a605de2763f0e970f094ee449b1edd9d"
}
},
"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"
}
}
}