2023-01-27 20:25:38 +00:00

25 lines
756 B
JSON

{
"version": "1.8.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.8.0/gping-Windows-x86_64.zip",
"hash": "4d3b758a177acd113170cbff53e0b6e4644fc9145a8b70c20558b9131b276d72"
}
},
"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"
}
}
}
}