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
This commit is contained in:
jack-mil 2025-09-11 13:39:42 -04:00 committed by GitHub
parent 2dc50ce725
commit 0c408eb143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,23 +1,23 @@
{ {
"version": "1.18.0", "version": "1.20.1",
"description": "Ping, but with a graph", "description": "Ping, but with a graph",
"homepage": "https://github.com/orf/gping", "homepage": "https://github.com/orf/gping",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/orf/gping/releases/download/gping-v1.18.0/gping-Windows-x86_64.zip", "url": "https://github.com/orf/gping/releases/download/gping-v1.20.1/gping-Windows-msvc-x86_64.zip",
"hash": "b044f99bcc77bf6206688c9c2c00f4eda2fcce7fc045fea41ad8dfc61724076b" "hash": "f08559444bcd7af8d629cbad6a972dea4033a116ff9aaf0b1b2bef2a3cabb0af"
} }
}, },
"bin": "gping.exe", "bin": "gping.exe",
"checkver": { "checkver": {
"github": "https://github.com/orf/gping", "github": "https://github.com/orf/gping",
"regex": "/releases/tag/gping-v([\\d.]+)" "regex": "gping-v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/orf/gping/releases/download/gping-v$version/gping-Windows-x86_64.zip" "url": "https://github.com/orf/gping/releases/download/gping-v$version/gping-Windows-msvc-x86_64.zip"
} }
} }
} }