{
    "homepage": "https://github.com/xtaci/kcptun",
    "description": "A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC.",
    "version": "20240107",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xtaci/kcptun/releases/download/v20240107/kcptun-windows-amd64-20240107.tar.gz",
            "hash": "sha1:9386384990ae0a057170ab127911ae03342adf53",
            "bin": [
                [
                    "client_windows_amd64.exe",
                    "kcptun-client"
                ],
                [
                    "server_windows_amd64.exe",
                    "kcptun-server"
                ]
            ]
        },
        "32bit": {
            "url": "https://github.com/xtaci/kcptun/releases/download/v20240107/kcptun-windows-386-20240107.tar.gz",
            "hash": "sha1:f92815da5d15c3f9c62ed8f5e803b5eebdde1146",
            "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"
        }
    }
}
