25 lines
747 B
JSON
25 lines
747 B
JSON
{
|
|
"version": "1.2.0",
|
|
"description": "A tool to ping tcp server.",
|
|
"homepage": "https://git.taurusxin.com/taurusxin/ncmdump",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://git.taurusxin.com/taurusxin/tcping/releases/download/1.2.0/tcping-1.2.0-windows-amd64.zip",
|
|
"hash": "4a4eb1463659de44f774e0c2a61642380cd707798a9ce9152d3d5d1bea0b70ea"
|
|
}
|
|
},
|
|
"bin": ["tcping.exe"],
|
|
"checkver": {
|
|
"url": "https://git.taurusxin.com/api/v1/repos/taurusxin/tcping/tags",
|
|
"jsonpath": "$[0].name"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://git.taurusxin.com/taurusxin/tcping/releases/download/$version/tcping-$version-windows-amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|