ScoopInstaller_Main/bucket/cloud-nuke.json
2022-01-15 00:32:15 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.8.2",
"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.8.2/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "52e5d714167cce739a65c5d4547cb600dfac040c892da33b7471752e10b6c05c"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.8.2/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "ec77fdb73eeb29e9c28670be12e2322101be256e831f6c0d26a189e0012c80ad"
}
},
"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"
}
}
}