ScoopInstaller_Main/bucket/cloud-nuke.json
2019-10-11 13:00:15 +00:00

32 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/gruntwork-io/cloud-nuke",
"license": "MIT",
"description": "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it",
"version": "0.1.10",
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.10/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "ba89f766421af7935fce6033304e3872d6a930a21d56473322471a201920fcf0"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.10/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "864d9dcb0846b8aebcb68c4fa797db878489a558c6b66aa8f8c018e3818e5020"
}
},
"bin": "cloud-nuke.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_386.exe#/cloud-nuke.exe"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}