bandwhich: Add version 0.23.1 (#6235)

This commit is contained in:
Omar Izquierdo 2025-02-14 08:54:35 -05:00 committed by GitHub
parent 31370dc9cc
commit 29310affc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
bucket/bandwhich.json Normal file
View File

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