ncdu: update to 1.21
authorJohn Audia <therealgraysky@proton.me>
Fri, 22 Nov 2024 15:59:59 +0000 (10:59 -0500)
committerHannu Nyman <hannu.nyman@iki.fi>
Fri, 22 Nov 2024 19:44:22 +0000 (20:44 +0100)
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 <therealgraysky@proton.me>
utils/ncdu/Makefile

index ffaff9c2045207154cd49eb8065e572867e437c3..3579c8aafb8628578be699e384e22e35867ecabe 100644 (file)
@@ -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 <cel@celehner.com>
 PKG_LICENSE:=MIT