2023-07-11 04:27:39 +00:00

33 lines
1.1 KiB
JSON

{
"version": "0.7.3",
"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.7.3/tproxy-v0.7.3-windows-amd64.zip",
"hash": "md5:0d32f9aa10390957ff37bf0d99d9dda9"
},
"arm64": {
"url": "https://github.com/kevwan/tproxy/releases/download/v0.7.3/tproxy-v0.7.3-windows-arm64.zip",
"hash": "md5:a0603543bce415e473e861bb222d5fc1"
}
},
"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"
}
}
}