mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
26 lines
761 B
JSON
26 lines
761 B
JSON
{
|
|
"version": "0.6.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.6.1/tproxy-v0.6.1-windows-amd64.zip",
|
|
"hash": "md5:a5926c216cbe77e7d1c9d66e7e79b4ca"
|
|
}
|
|
},
|
|
"bin": "tproxy.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.md5",
|
|
"regex": "$md5"
|
|
}
|
|
}
|
|
}
|