feat: tcping v1.2.0
This commit is contained in:
24
tcping.json
Normal file
24
tcping.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user