-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgping.json
24 lines (24 loc) · 782 Bytes
/
gping.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
{
"version": "1.18.0",
"description": "Ping, but with a graph",
"homepage": "https://github.com/orf/gping",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/orf/gping/releases/download/gping-v1.18.0/gping-Windows-x86_64.zip",
"hash": "b044f99bcc77bf6206688c9c2c00f4eda2fcce7fc045fea41ad8dfc61724076b"
}
},
"bin": "gping.exe",
"checkver": {
"github": "https://github.com/orf/gping",
"regex": "/releases/tag/gping-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/orf/gping/releases/download/gping-v$version/gping-Windows-x86_64.zip"
}
}
}
}