ScoopInstaller_Main/bucket/cloud-nuke.json
2021-10-04 19:00:32 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.5.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.5.1/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "076973d362de057b67cba00e5cdaf6d617a62ac871349029157836cab6f7436a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.5.1/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "91174d83c2b68428fe37a8016107e09176f4b2cd39cc3e0b2243b6f5d85361bd"
}
},
"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"
}
}
}