{
    "version": "0.9.2",
    "description": "A cli tool to proxy and analyze TCP connections.",
    "homepage": "https://github.com/kevwan/tproxy",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/kevwan/tproxy/releases/download/v0.9.2/tproxy-v0.9.2-windows-amd64.zip",
            "hash": "md5:67cb78c5de0f7418b0cef5cdb95c2935"
        },
        "arm64": {
            "url": "https://github.com/kevwan/tproxy/releases/download/v0.9.2/tproxy-v0.9.2-windows-arm64.zip",
            "hash": "md5:28b76a1fb2a386da0a35432e112005f1"
        }
    },
    "bin": "tproxy.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$url.md5",
            "regex": "$md5"
        }
    }
}
