2022-12-21 00:33:06 +00:00

25 lines
756 B
JSON

{
"version": "1.6.3",
"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.6.3/gping-Windows-x86_64.zip",
"hash": "2bec6284c3264c69a03944effc12d42e592afa17e383179341e08ac63882b6aa"
}
},
"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"
}
}
}
}