{
    "version": "1.6.5",
    "description": "Multi-shell multi-command argument completer.",
    "homepage": "https://carapace.sh/",
    "license": "MIT",
    "notes": "Register the completers manually: https://carapace-sh.github.io/carapace-bin/setup.html",
    "architecture": {
        "64bit": {
            "url": "https://github.com/carapace-sh/carapace-bin/releases/download/v1.6.5/carapace-bin_1.6.5_windows_amd64.zip",
            "hash": "b165847e4da484cbf97b1629c72f9701f952c06be0cd5080dfff5ffa4f8c9b19"
        },
        "32bit": {
            "url": "https://github.com/carapace-sh/carapace-bin/releases/download/v1.6.5/carapace-bin_1.6.5_windows_386.zip",
            "hash": "19a6a2baee73793554e35e6491aacd95ae4eb0dcf109da1d82afd2abf37a8829"
        },
        "arm64": {
            "url": "https://github.com/carapace-sh/carapace-bin/releases/download/v1.6.5/carapace-bin_1.6.5_windows_arm64.zip",
            "hash": "f6ae48a19fb71c1f9f87116c89ff643a7593c35af14445d647bf6fa454d297e8"
        }
    },
    "bin": "carapace.exe",
    "checkver": {
        "github": "https://github.com/carapace-sh/carapace-bin"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/carapace-sh/carapace-bin/releases/download/v$version/carapace-bin_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/carapace-sh/carapace-bin/releases/download/v$version/carapace-bin_$version_windows_386.zip"
            },
            "arm64": {
                "url": "https://github.com/carapace-sh/carapace-bin/releases/download/v$version/carapace-bin_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/carapace-bin_$version_checksums.txt"
        }
    }
}
