{
    "version": "1.1.2",
    "description": "Wireguard client that exposes itself as a SOCKS5 proxy",
    "homepage": "https://github.com/octeep/wireproxy",
    "license": "ISC",
    "architecture": {
        "32bit": {
            "url": "https://github.com/octeep/wireproxy/releases/download/v1.1.2/wireproxy_windows_386.tar.gz",
            "hash": "c27d03f2d579c2690a3f1860e3a82e6f3625b54391d51fda12da8f3795aaa726"
        },
        "64bit": {
            "url": "https://github.com/octeep/wireproxy/releases/download/v1.1.2/wireproxy_windows_amd64.tar.gz",
            "hash": "75c2fe17042014b2e98d7203cb839134244437cb1e19d8199daa1406db5906af"
        }
    },
    "bin": "wireproxy.exe",
    "persist": "config",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/octeep/wireproxy/releases/download/v$version/wireproxy_windows_386.tar.gz"
            },
            "64bit": {
                "url": "https://github.com/octeep/wireproxy/releases/download/v$version/wireproxy_windows_amd64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
