Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions bucket/netwatch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "0.15.3",
"description": "Real-time network diagnostics TUI — like htop for your network. Built with Rust + ratatui.",
"homepage": "https://github.com/matthart1983/netwatch",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2022"
},
Comment on lines +6 to +8
Copy link
Copy Markdown
Member

@z-Fng z-Fng May 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ sh
$ ldd ./netwatch-windows-x86_64.exe | grep VCRUNTIME
        VCRUNTIME140.dll => /c/WINDOWS/SYSTEM32/VCRUNTIME140.dll (0x7ffd28800000)

"architecture": {
"64bit": {
"url": "https://github.com/matthart1983/netwatch/releases/download/v0.15.3/netwatch-windows-x86_64.exe.zip",
"hash": "381fbc92db994a23a91d457f22d49c3eb008392acdc60527248a1647a5fea877",
"bin": [
[
"netwatch-windows-x86_64.exe",
"netwatch"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/matthart1983/netwatch/releases/download/v$version/netwatch-windows-x86_64.exe.zip"
}
}
}
}
Loading