2020-04-03 09:41:34 +08:00

32 lines
1.1 KiB
JSON

{
"version": "1.4.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.4.0/chisel_1.4.0_windows_amd64.gz",
"hash": "cc4e23ea2383b1649d22a6bd176f8b27505919a61d2e838ad337743c32702de7"
},
"32bit": {
"url": "https://github.com/jpillora/chisel/releases/download/v1.4.0/chisel_1.4.0_windows_386.gz",
"hash": "70ddb33c1ce8b8ac5d3a7339ed37fedf436f91e5a31bdd19c8029968766ad3e6"
}
},
"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"
}
}
}