2025-07-13 08:31:01 +00:00

33 lines
1.1 KiB
JSON

{
"version": "0.9.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.9.1/tproxy-v0.9.1-windows-amd64.zip",
"hash": "md5:a603a667c43099aa2ee835522fbc4b0a"
},
"arm64": {
"url": "https://github.com/kevwan/tproxy/releases/download/v0.9.1/tproxy-v0.9.1-windows-arm64.zip",
"hash": "md5:83ea6bfe801044f5590915a039b9529b"
}
},
"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"
}
}
}