From: John Audia Date: Fri, 22 Nov 2024 15:59:59 +0000 (-0500) Subject: ncdu: update to 1.21 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3e0d1c213fb0f8d75cc017e8a6dc270a3a2e20b6;p=feed%2Fpackages.git ncdu: update to 1.21 Release history: * Perform tilde expansion on paths in the config file (from 2.7) * Fix JSON import of escaped UTF-16 surrogate pairs (from 2.7) * Fix displaying and exporting zero values when extended info is not available (from 2.6) * Fix JSON export and import of the “other filesystem” flag (from 2.5) Signed-off-by: John Audia --- diff --git a/utils/ncdu/Makefile b/utils/ncdu/Makefile index ffaff9c204..3579c8aafb 100644 --- a/utils/ncdu/Makefile +++ b/utils/ncdu/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ncdu -PKG_VERSION:=1.20 +PKG_VERSION:=1.21 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dev.yorhel.nl/download -PKG_HASH:=5fe2bb841abe72374bb242dbb93293c4ae053078432d896a7481b2ff10be9572 +PKG_HASH:=a894d3a9b46bce578a6039bef48f54533ec402fb589b0769bfbb1d1edf9601a6 PKG_MAINTAINER:=Charles E. Lehner PKG_LICENSE:=MIT