From 0c408eb143259cf6b258320bb5b8d5e0fe938957 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:39:42 -0400 Subject: [PATCH] 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 --- bucket/gping.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gping.json b/bucket/gping.json index 1242394e00..79da175cfc 100644 --- a/bucket/gping.json +++ b/bucket/gping.json @@ -1,23 +1,23 @@ { - "version": "1.18.0", + "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.18.0/gping-Windows-x86_64.zip", - "hash": "b044f99bcc77bf6206688c9c2c00f4eda2fcce7fc045fea41ad8dfc61724076b" + "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": "/releases/tag/gping-v([\\d.]+)" + "regex": "gping-v([\\d.]+)" }, "autoupdate": { "architecture": { "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" } } }