From 29310affc2391d07debc590c08af58ee3282ad14 Mon Sep 17 00:00:00 2001 From: Omar Izquierdo <73971855+xd-mau5@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:54:35 -0500 Subject: [PATCH] bandwhich: Add version 0.23.1 (#6235) --- bucket/bandwhich.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bucket/bandwhich.json diff --git a/bucket/bandwhich.json b/bucket/bandwhich.json new file mode 100644 index 0000000000..5be52a0db1 --- /dev/null +++ b/bucket/bandwhich.json @@ -0,0 +1,18 @@ +{ + "version": "0.23.1", + "description": "Terminal bandwidth utilization tool", + "homepage": "https://github.com/imsnif/bandwhich", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/imsnif/bandwhich/releases/download/v0.23.1/bandwhich-v0.23.1-x86_64-pc-windows-msvc.zip", + "hash": "684d87acfd0fa808700500c2d4ced2a60be222dd86adc671035ad7b84c42cda4" + } + }, + "bin": "bandwhich.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/imsnif/bandwhich/releases/download/v$version/bandwhich-v$version-x86_64-pc-windows-msvc.zip" + }, + "notes": "This application requires Npcap to function. Download Npcap here, https://npcap.com/#download" +}