{
    "version": "0.2.0",
    "description": "Yet another SIP003 plugin based on IETF-QUIC",
    "homepage": "https://github.com/shadowsocks/qtun",
    "license": "MIT",
    "suggest": {
        "Shadowsocks": "extras/shadowsocks"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/shadowsocks/qtun/releases/download/v0.2.0/qtun-v0.2.0.x86_64-pc-windows-msvc.zip",
            "hash": "6b1103f516677973eb0881c9ae8a1b7b31fc52ffd4bf92556038ac2ff3395a80"
        }
    },
    "bin": [
        "qtun-client.exe",
        "qtun-server.exe"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/shadowsocks/qtun/releases/download/v$version/qtun-v$version.x86_64-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
