2023-05-06 16:27:04 +00:00

33 lines
1.1 KiB
JSON

{
"version": "0.7.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.7.2/tproxy-v0.7.2-windows-amd64.zip",
"hash": "md5:a080a745ddc841ed928ca4ce237fc278"
},
"arm64": {
"url": "https://github.com/kevwan/tproxy/releases/download/v0.7.2/tproxy-v0.7.2-windows-arm64.zip",
"hash": "md5:d3fcff311cdec0dfd24e3e62c4fc7c17"
}
},
"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"
}
}
}