From 7a97019aaf82bc6c78da033bb46436b94e2b33ac Mon Sep 17 00:00:00 2001 From: Patrick Wu Date: Thu, 31 Oct 2019 15:27:49 +0800 Subject: [PATCH] ntop: Add version 0.3.3 (#524) * ntop: add ntop * ntop: license update --- bucket/ntop.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/ntop.json diff --git a/bucket/ntop.json b/bucket/ntop.json new file mode 100644 index 0000000000..0813e144ee --- /dev/null +++ b/bucket/ntop.json @@ -0,0 +1,13 @@ +{ + "description": "htop-like system-monitor with Vi-emulation for Windows", + "homepage": "https://github.com/Nuke928/NTop", + "version": "0.3.3", + "license": "GPL-3.0-only", + "url": "https://github.com/Nuke928/NTop/releases/download/v0.3.3/ntop.exe", + "hash": "b52babe71f1a654c34fac8f6ef946afa34574f23aeecbfd1ac6023b4e8ed1297", + "bin": "ntop.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/Nuke928/NTop/releases/download/v$version/ntop.exe" + } +}