2020-05-20 15:12:42 +02:00

32 lines
1.1 KiB
JSON

{
"version": "1.5.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.5.1/chisel_1.5.1_windows_amd64.gz",
"hash": "327dffe1cd625e11fab82ef3aff41f8ca8ae138e88567d4e3bd059bd1b0a5441"
},
"32bit": {
"url": "https://github.com/jpillora/chisel/releases/download/v1.5.1/chisel_1.5.1_windows_386.gz",
"hash": "e5139e7b40768b3a2a6be05138cd8c5cd5fc71eb60b108e0743077f0e4df3a4d"
}
},
"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"
}
}
}