From 88d81e71389fa83b039eca7e1a78e644b2eda1d8 Mon Sep 17 00:00:00 2001 From: xd-mau5 Date: Wed, 14 Jan 2026 18:33:52 -0500 Subject: [PATCH] nping: add version 0.6.0 --- bucket/nping.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/nping.json diff --git a/bucket/nping.json b/bucket/nping.json new file mode 100644 index 00000000000000..b9fe948c9cc865 --- /dev/null +++ b/bucket/nping.json @@ -0,0 +1,24 @@ +{ + "version": "0.6.0", + "description": "Nping mean NB Ping, A Ping Tool in Rust with Real-Time Data and Visualizations", + "homepage": "https://github.com/hanshuaikang/Nping", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/hanshuaikang/Nping/releases/download/v0.6.0/nping-x86_64-pc-windows-msvc.zip", + "hash": "39fd2ace5365b6f087cb6ca60ffd60570b3d2ea07f85c1fac5404e9625f00bb9" + } + }, + "bin": "nping.exe", + "checkver": { + "github": "https://github.com/hanshuaikang/Nping", + "regex": "/releases/tag/v([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/hanshuaikang/Nping/releases/download/v$version/nping-x86_64-pc-windows-msvc.zip" + } + } + } +}