ScoopInstaller_Main/bucket/cloud-nuke.json
2023-03-20 20:28:41 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.27.1",
"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.27.1/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "7ac4d69677570e3bb81a1048478ec2fec2fc5f99591271036ae30e7f131aa780"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.27.1/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "e9abed79105f29ced7f363af53287b89bc914a87d0e3fc043052ca28a06aed96"
}
},
"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"
}
}
}