From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] ncdu: Update to version 1.16 Date: Mon, 02 Aug 2021 14:45:08 +0100 Message-ID: <52F28067-865D-475C-8767-F370A3CC193E@ipfire.org> In-Reply-To: <20210731190652.2899547-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0526350580308695501==" List-Id: --===============0526350580308695501== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 31 Jul 2021, at 20:06, Adolf Belka wrote: >=20 > =EF=BB=BF- 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=C3= =B6ttsche) > - 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 form= at > - Export link count in JSON dumps > - Don't export inode in JSON dumps for non-hardlinks >=20 > Signed-off-by: Adolf Belka > --- > lfs/ncdu | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/ncdu b/lfs/ncdu > index 0ea9370b2..7570aaddd 100644 > --- a/lfs/ncdu > +++ b/lfs/ncdu > @@ -25,7 +25,7 @@ >=20 > include Config >=20 > -VER =3D 1.15.1 > +VER =3D 1.16 >=20 > THISAPP =3D ncdu-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D ncdu > -PAK_VER =3D 1 > +PAK_VER =3D 2 >=20 > DEPS =3D=20 >=20 > @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D af25aa8462a6f29c8a0c4d3d83d186e7 > +$(DL_FILE)_MD5 =3D 8846e965c6c008d572cb42ad3a56400b >=20 > install : $(TARGET) >=20 > --=20 > 2.32.0 >=20 --===============0526350580308695501==--