ScoopInstaller_Main/bucket/cloud-nuke.json
2023-04-11 20:24:31 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.29.3",
"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.29.3/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "3ee34e8eefc80820e8d1282bfd36507297c9e6f0fe5bca951cee1d803dd42085"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.29.3/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "a1edaf641d6f244ae6fc0b5719f2c170aad970b38a43a580bd88b2796d4ab6db"
}
},
"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"
}
}
}