mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "1.11.4",
|
|
"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.11.4/chisel_1.11.4_windows_amd64.zip",
|
|
"hash": "2943ab4a469b73b12d9f018a85ace48e2d93140ae012e50c0fa647dd82b8b1fa"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jpillora/chisel/releases/download/v1.11.4/chisel_1.11.4_windows_arm64.zip",
|
|
"hash": "1eef66d315567c6ac5368485a25f4b99cc9ba69bc4a6e2deceefc94ff04631b2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jpillora/chisel/releases/download/v1.11.4/chisel_1.11.4_windows_386.zip",
|
|
"hash": "d76644c46e2e3d9a56c103b251b116bccdd5fa5f1b2ee4017fba008ef44f1a6c"
|
|
}
|
|
},
|
|
"bin": "chisel.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_arm64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/chisel_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|