mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "0.8.1",
|
|
"description": "A cli tool to proxy and analyze TCP connections.",
|
|
"homepage": "https://github.com/kevwan/tproxy",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kevwan/tproxy/releases/download/v0.8.1/tproxy-v0.8.1-windows-amd64.zip",
|
|
"hash": "md5:d6798d12739e5c575f6c45918e6b2156"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kevwan/tproxy/releases/download/v0.8.1/tproxy-v0.8.1-windows-arm64.zip",
|
|
"hash": "md5:785e85152661e93cc9fe3dd1d8845d2e"
|
|
}
|
|
},
|
|
"bin": "tproxy.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.md5",
|
|
"regex": "$md5"
|
|
}
|
|
}
|
|
}
|