2023-08-19 04:25:44 +00:00

32 lines
1.1 KiB
JSON

{
"version": "1.9.0",
"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.0/chisel_1.9.0_windows_amd64.gz",
"hash": "a7fbaa609d657e8148a05586684aa41941b28bb5130b8db24b091cf0d9e2ae79"
},
"32bit": {
"url": "https://github.com/jpillora/chisel/releases/download/v1.9.0/chisel_1.9.0_windows_386.gz",
"hash": "df660a53e3b5d5aeaab189dedd61587a2d1215ad808f444333f230719e715b8d"
}
},
"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"
}
}
}