ScoopInstaller_Main/bucket/cloud-nuke.json
2023-02-06 12:55:19 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.25.0",
"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.25.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "f9289f9c8c14a60f9ccab5171a1aea9c394ae1fcc7431c30e57c9b7d16125564"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.25.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "99065cf5433a6fc792e36b1cb379f616a62eb6a8a374567706a3a25a370f523b"
}
},
"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"
}
}
}