ScoopInstaller_Main/bucket/cloud-nuke.json
2020-04-02 20:10:29 +02: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.17",
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.17/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "49a8b47e6186b23da072fece67fd7d77d445a225843a24e056398aea13dea986"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.17/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "0356327733346e1605abfd1807b51f74706c224f2c40cb3f2c438f62eea96ab4"
}
},
"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"
}
}
}