{
    "version": "2.2.2",
    "description": "Docker-compatible CLI for containerd",
    "homepage": "https://github.com/containerd/nerdctl",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/containerd/nerdctl/releases/download/v2.2.2/nerdctl-2.2.2-windows-amd64.tar.gz",
            "hash": "af5db5705cc7294a41f1d177c212a2de52f0d772171458d8560738196e5b45f0"
        }
    },
    "bin": "nerdctl.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/containerd/nerdctl/releases/download/v$version/nerdctl-$version-windows-amd64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS"
        }
    }
}
