2022-12-11 20:25:57 +00:00

25 lines
756 B
JSON

{
"version": "1.6.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.6.0/gping-Windows-x86_64.zip",
"hash": "8d402f91064ade732abbcd0ca5f3d293528374389658c7ed56022dfa6a14ffc0"
}
},
"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"
}
}
}
}