ScoopInstaller_Main/bucket/cloud-nuke.json
2024-05-24 20:25:23 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.36.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.36.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "990077814af48c57c1a96ea56e20a83e32ea6fb0aa9d2ef91ed0415e7072726d"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.36.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "540dd7499047aaae0ac3f835ee4c4bcc1ec49e7faa0b6b76b28cb020c5eb3086"
}
},
"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"
}
}
}