ScoopInstaller_Main/bucket/cloud-nuke.json
2020-02-13 14:01:54 +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.14",
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.14/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "07bbffc05e2afaf62124be2a9e5e89ae7739eeecb787e33dc2635cda740fcd16"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.14/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "6f0ac5644054a8d36b0b8460da6eccbe94241923dcc6fb0edf062e4e5ce4e046"
}
},
"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"
}
}
}