2024-02-17 12:28:59 +00:00

25 lines
758 B
JSON

{
"version": "1.16.1",
"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.16.1/gping-Windows-x86_64.zip",
"hash": "c80bfc53b0be2a32f4ba0db0e96fc18d72c9a9271d3bbd49524428e32f08d3c5"
}
},
"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"
}
}
}
}