{
    "version": "0.50.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.50.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
            "hash": "93975e45e3f7ce565bde762f898f1f73f33b75b5518a8251a1ee00da5ce385a7"
        },
        "32bit": {
            "url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.50.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
            "hash": "048269533bbec2a82dc40bafdb0b675e4c2a7455159b8303127a4d632ecbf317"
        }
    },
    "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"
        }
    }
}
