mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
26 lines
761 B
JSON
26 lines
761 B
JSON
{
|
|
"version": "0.6.2",
|
|
"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.2/tproxy-v0.6.2-windows-amd64.zip",
|
|
"hash": "md5:0e4411f2e965b1f1a88184c624cc1d3f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|