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" + } + } + } +}