Files
scoop-bucket/tcping.json

25 lines
739 B
JSON

{
"version": "1.3.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-go/releases/download/v1.3.0/tcping-windows-amd64.zip",
"hash": "ab193c40b60816e9c576d2725fbe2e9ac1aadae4391888a90ff94725acf5d024"
}
},
"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-go/releases/download/$version/tcping-windows-amd64.zip"
}
}
}
}