ScoopInstaller_Main/bucket/cloud-nuke.json
2021-05-03 10:00:23 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.30",
"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.1.30/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "2930ba3966a2a9aa19c3424130d4d490abb145fe5d7311e6ce3e0ee157ed5878"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.30/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "ec477634b2115eb5180e34aaefbdbb7c6718964dc2807306fd8f2a8cba7f4677"
}
},
"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"
}
}
}