ScoopInstaller_Main/bucket/cloud-nuke.json
2022-03-15 16:40:33 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.11.1",
"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.1/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "0079224a9ac82f7930ade5b698ad137efcdb7155a3b9990cb2fdb05f3b493d10"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.11.1/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "9d0f86a10823030ed94090bb586b9c64e4b782f4852b1402330c01b8c7e38bc4"
}
},
"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"
}
}
}