aboutsummaryrefslogtreecommitdiff
path: root/utils/ncdu/Makefile
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-06-18 08:52:17 -0400
committerRosen Penev <rosenp@gmail.com>2022-07-05 21:59:19 -0700
commit34924096672c314bc6b7833ad8dcc84dc7531693 (patch)
tree5cceb63fa669357bcac3de5f383b0b3f54f9170f /utils/ncdu/Makefile
parentf47a311269604d54b3b61583bce841a9ca1efeef (diff)
ncdu: update to 1.17 and add blue option
Upstream bump and add a patch to use a blue highlight color for the dark color scheme (--color dark) as some users find the default bright green is too intense. Note that invoking ncdu without the --color switch at use uses the upstream default bright green, so users will need to call ncdu with --color dark in order to get the blue color. Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'utils/ncdu/Makefile')
-rw-r--r--utils/ncdu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ncdu/Makefile b/utils/ncdu/Makefile
index 6a93def87..1b1e4f16d 100644
--- a/utils/ncdu/Makefile
+++ b/utils/ncdu/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ncdu
-PKG_VERSION:=1.16
+PKG_VERSION:=1.17
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dev.yorhel.nl/download
-PKG_HASH:=2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4
+PKG_HASH:=810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1
PKG_MAINTAINER:=Charles E. Lehner <cel@celehner.com>
PKG_LICENSE:=MIT