ScoopInstaller_Main/bucket/cloud-nuke.json
2020-10-14 09:04:40 +02:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.22",
"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.22/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "86769d78a8bf15a0b2e35cc31a7b7dfa867fa2fef320f0b47195f151ade002f5"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.22/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "282fab3976fa7ad396d591f93ef14c6552e8251791d5d9d4d256ae98373fb157"
}
},
"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"
}
}
}