From b0d6ada6f5665137553127b5afb86f51f0e16a7d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 14 Jul 2020 20:50:25 -0700 Subject: [PATCH] ncdu: update to 1.15.1 Signed-off-by: Rosen Penev --- utils/ncdu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ncdu/Makefile b/utils/ncdu/Makefile index 8c195c0bd..bebc50c51 100644 --- a/utils/ncdu/Makefile +++ b/utils/ncdu/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ncdu -PKG_VERSION:=1.15 +PKG_VERSION:=1.15.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dev.yorhel.nl/download -PKG_HASH:=4a593dc5cceb2492a9669f5f5d69d0e517de457a11036788ea4591f33c5297fb +PKG_HASH:=b02ddc4dbf1db139cc6fbbe2f54a282770380f0ca5c17089855eab52a9ea3fb0 PKG_MAINTAINER:=Charles E. Lehner PKG_LICENSE:=MIT