{
    "homepage": "https://github.com/xtaci/kcptun",
    "description": "A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC.",
    "version": "20260101",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xtaci/kcptun/releases/download/v20260101/kcptun-windows-amd64-20260101.tar.gz",
            "hash": "sha1:71df59011cf478142d4786504c0d1582e4df6d07",
            "bin": [
                [
                    "client_windows_amd64.exe",
                    "kcptun-client"
                ],
                [
                    "server_windows_amd64.exe",
                    "kcptun-server"
                ]
            ]
        },
        "32bit": {
            "url": "https://github.com/xtaci/kcptun/releases/download/v20260101/kcptun-windows-386-20260101.tar.gz",
            "hash": "sha1:7ab1990d757a5dcc6aba3e2cbb74bc77b5864472",
            "bin": [
                [
                    "client_windows_386.exe",
                    "kcptun-client"
                ],
                [
                    "server_windows_386.exe",
                    "kcptun-server"
                ]
            ]
        }
    },
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xtaci/kcptun/releases/download/v$version/kcptun-windows-amd64-$version.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/xtaci/kcptun/releases/download/v$version/kcptun-windows-386-$version.tar.gz"
            }
        },
        "hash": {
            "url": "https://github.com/xtaci/kcptun/releases"
        }
    }
}
