mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.5.2",
|
|
"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.2/chisel_1.5.2_windows_amd64.gz",
|
|
"hash": "d974db8d60caa7e30f7981ac82ec930295f8699fee94e72650bef5e35568bfd4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jpillora/chisel/releases/download/v1.5.2/chisel_1.5.2_windows_386.gz",
|
|
"hash": "8b3dc5f7f95e60cc22e2e41bf2c000c3ab16983493bae2427b92f984147de598"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|