{
    "version": "0.30.1",
    "description": "Multi-shell multi-command argument completer.",
    "homepage": "https://rsteube.github.io/carapace-bin/",
    "license": "MIT",
    "notes": "Register the completers manually: https://rsteube.github.io/carapace-bin/setup.html",
    "architecture": {
        "64bit": {
            "url": "https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_windows_amd64.zip",
            "hash": "e74537eb4863057a36c1af06c9f2233d8d681ec59b7f96cc9f3357f166f798cc"
        },
        "32bit": {
            "url": "https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_windows_386.zip",
            "hash": "a4c62b0eb180326cad3f6e61da3b7789c84ceda632792a931b0b80ba0d456cb6"
        },
        "arm64": {
            "url": "https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_windows_arm64.zip",
            "hash": "78bb9bbecc847b2964f68dfdbddf72cfa6bb8b59b1af466eeae4bbcf72c33cc1"
        }
    },
    "bin": "carapace.exe",
    "checkver": {
        "github": "https://github.com/rsteube/carapace-bin"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rsteube/carapace-bin/releases/download/v$version/carapace-bin_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/rsteube/carapace-bin/releases/download/v$version/carapace-bin_windows_386.zip"
            },
            "arm64": {
                "url": "https://github.com/rsteube/carapace-bin/releases/download/v$version/carapace-bin_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
