2020-12-03 09:57:38 +01:00

25 lines
757 B
JSON

{
"version": "1.1.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/v1.1.0/gping-Windows-x86_64.zip",
"hash": "91d562792fed1ad470b9d74b084b4414fa616227ece1f044b9a1fe32ac47da4c"
}
},
"bin": "gping.exe",
"checkver": {
"url": "https://github.com/orf/gping/releases",
"regex": "\\/releases\\/tag\\/(?:v|V)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/orf/gping/releases/download/v$version/gping-Windows-x86_64.zip"
}
}
}
}