ScoopInstaller_Main/bucket/cloud-nuke.json
2019-11-18 10:00:20 +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.12",
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.12/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "1f61e8296fde2d6a799e8f487cc08d6aed0ea84464d3a193977353d5c4217580"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.12/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "92ef87795b81cb7bb944e44a9be91906389ad46da751567d08ddf38af19115c2"
}
},
"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"
}
}
}