mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.7.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.7.2/chisel_1.7.2_windows_amd64.gz",
|
|
"hash": "8977eb973e38287847e999cdcce33a38dd79f33e8494da7577459c61c02470f6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jpillora/chisel/releases/download/v1.7.2/chisel_1.7.2_windows_386.gz",
|
|
"hash": "c6306acc18cfb5cd38d33896213d4b8ba1b5f3b42e55d9dd9678bab4cbd31d54"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|