]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ncdu: Update to version 1.16
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 31 Jul 2021 19:06:52 +0000 (21:06 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 5 Sep 2021 17:46:14 +0000 (17:46 +0000)
- Update from 1.15.1 to 1.16
- Update of rootfile not required
- Changelog
   1.16 - 2021-07-02
- Increase width of size bar depending on terminal size (Christian Göttsche)
- Set/increment $NCDU_LEVEL variable when spawning a shell
- Indicate whether apparent size or disk usage is being displayed
- Display setuid, setgid and sticky bits in file flags in extended mode
- Fix error handling while reading --exclude-from file
- Improve JSON import to allow for several future extensions to the format
- Export link count in JSON dumps
- Don't export inode in JSON dumps for non-hardlinks

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/ncdu

index 0ea9370b26680b3211f08e697daf96acd86358d3..7570aaddd284b9e2a2a4695ff0876296f3e95035 100644 (file)
--- a/lfs/ncdu
+++ b/lfs/ncdu
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 1.15.1
+VER        = 1.16
 
 THISAPP    = ncdu-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ncdu
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = 
 
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = af25aa8462a6f29c8a0c4d3d83d186e7
+$(DL_FILE)_MD5 = 8846e965c6c008d572cb42ad3a56400b
 
 install : $(TARGET)