{
    "version": "1.9.1",
    "description": "A fast TCP tunnel over HTTP",
    "homepage": "https://github.com/jpillora/chisel",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jpillora/chisel/releases/download/v1.9.1/chisel_1.9.1_windows_amd64.gz",
            "hash": "19188a4c5110709fe0277421eab563bf4d738cdd3766a440e76ff00cd653dc88"
        },
        "32bit": {
            "url": "https://github.com/jpillora/chisel/releases/download/v1.9.1/chisel_1.9.1_windows_386.gz",
            "hash": "5738fd3f47fb386d8cf45ff598545140f51b3b6507fa549dafc43c51dd27488f"
        }
    },
    "bin": "chisel.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_amd64.gz"
            },
            "32bit": {
                "url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_386.gz"
            }
        },
        "hash": {
            "url": "$baseurl/chisel_$version_checksums.txt"
        }
    }
}
