forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tcping.json
35 lines (35 loc) · 1.24 KB
/
tcping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"homepage": "https://elifulkerson.com/projects/tcping.php",
"description": "Eli Fulkerson's TCP ping tool, ping over a tcp connection",
"license": "GPL-2.0-only",
"version": "0.39",
"architecture": {
"64bit": {
"url": "https://download.elifulkerson.com/files/tcping/0.39/x64/tcping64.exe#/tcping.exe",
"hash": "af3c12da527e88c9db3774f5f12baecc2d211c801ae4421c7b16e80f6440ed35"
},
"32bit": {
"url": "https://download.elifulkerson.com/files/tcping/0.39/tcping.exe",
"hash": "9f04c46e0cdaa5bce32d98065e1e510a5f174e51b399d6408f2446444cccd5ff"
}
},
"bin": "tcping.exe",
"checkver": {
"url": "https://www.elifulkerson.com/projects/tcping.php",
"re": "https://download.elifulkerson.com/files/tcping/([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.elifulkerson.com/files/tcping/$version/x64/tcping64.exe#/tcping.exe"
},
"32bit": {
"url": "https://download.elifulkerson.com/files/tcping/$version/tcping.exe"
}
},
"hash": {
"mode": "extract",
"url": "$url.sha256"
}
}
}