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