{
    "version": "2.14.1",
    "description": "Unified tool for interacting with Rancher Server",
    "homepage": "https://github.com/rancher/cli",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/rancher/cli/releases/download/v2.14.1/rancher-windows-amd64-v2.14.1.zip",
            "hash": "0a205241ce15bf68fdd65ab97ac93500600adda1cb357f59e068942213adb6ff"
        },
        "32bit": {
            "url": "https://github.com/rancher/cli/releases/download/v2.14.1/rancher-windows-386-v2.14.1.zip",
            "hash": "3c5e553edd786206f52f576a8fe4a65ee818ac6f7e68882e2bc5bc7512b8a8c0"
        }
    },
    "extract_dir": "rancher-v2.14.1",
    "bin": "rancher.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rancher/cli/releases/download/v$version/rancher-windows-amd64-v$version.zip"
            },
            "32bit": {
                "url": "https://github.com/rancher/cli/releases/download/v$version/rancher-windows-386-v$version.zip"
            }
        },
        "hash": {
            "url": "$baseurl/sha256sum.txt"
        },
        "extract_dir": "rancher-v$version"
    }
}
