mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.7.6",
|
|
"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.6/chisel_1.7.6_windows_amd64.gz",
|
|
"hash": "e4dd3020180dceab3f53f314d48964ac1c93ba1e33511c7b1bbaee4811a91c77"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jpillora/chisel/releases/download/v1.7.6/chisel_1.7.6_windows_386.gz",
|
|
"hash": "2df9eb9a967a029221346b322e7861e6db914770fadb7e99fe98d4a37764d441"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|