jack-mil 0c408eb143
gping: Update to version 1.20.1 (#7138)
* gping: Update to version 1.20.1 and fix urls

Fixes excavator errors due to upstream artifact naming change.

* minor regex change

not sure if this even matters, force updating worked locally
2025-09-11 17:39:42 +00:00

25 lines
754 B
JSON

{
"version": "1.20.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.20.1/gping-Windows-msvc-x86_64.zip",
"hash": "f08559444bcd7af8d629cbad6a972dea4033a116ff9aaf0b1b2bef2a3cabb0af"
}
},
"bin": "gping.exe",
"checkver": {
"github": "https://github.com/orf/gping",
"regex": "gping-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/orf/gping/releases/download/gping-v$version/gping-Windows-msvc-x86_64.zip"
}
}
}
}