* [PATCH] ncdu: Update to version 1.17
@ 2022-04-28 21:25 Adolf Belka
2022-04-29 18:37 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-04-28 21:25 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]
- Update from version 1.16 to 1.17
- Update of rootfile not required
- Changelog
1.17 - 2022-04-28 - ncdu-1.17.tar.gz
Add ‘dark-bg’ color scheme and use that by default
Use natural sort order when sorting by file name
Improve compatibility with C89 environments
Fix wrong assumption about errno not being set by realloc()
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/ncdu | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/ncdu b/lfs/ncdu
index 1e63a45aa..f1338f033 100644
--- a/lfs/ncdu
+++ b/lfs/ncdu
@@ -27,7 +27,7 @@ include Config
SUMMARY = NCurses Disk Usage
-VER = 1.16
+VER = 1.17
THISAPP = ncdu-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = ncdu
-PAK_VER = 2
+PAK_VER = 3
DEPS =
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 61d004581bdcf1885bec24d0a1de4fc890fe91bba511abbdbc507a48f31946caf5c7324979e8410e53cfca8ada1b20342b737dc4e8b1f034f2fca5aea84e4369
+$(DL_FILE)_BLAKE2 = 7d36a648b8fb0a26d3b6bcc533ed8f510e7f37b3084cb585a0c785d73fd82f537e0f2f9493c3b56173eae1324255e7acf7617a1cd1614c92a3b7bf0d53b7d77f
install : $(TARGET)
--
2.36.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ncdu: Update to version 1.17
2022-04-28 21:25 [PATCH] ncdu: Update to version 1.17 Adolf Belka
@ 2022-04-29 18:37 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-04-29 18:37 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1525 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - Update from version 1.16 to 1.17
> - Update of rootfile not required
> - Changelog
> 1.17 - 2022-04-28 - ncdu-1.17.tar.gz
> Add ‘dark-bg’ color scheme and use that by default
> Use natural sort order when sorting by file name
> Improve compatibility with C89 environments
> Fix wrong assumption about errno not being set by realloc()
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/ncdu | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/lfs/ncdu b/lfs/ncdu
> index 1e63a45aa..f1338f033 100644
> --- a/lfs/ncdu
> +++ b/lfs/ncdu
> @@ -27,7 +27,7 @@ include Config
>
> SUMMARY = NCurses Disk Usage
>
> -VER = 1.16
> +VER = 1.17
>
> THISAPP = ncdu-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = ncdu
> -PAK_VER = 2
> +PAK_VER = 3
>
> DEPS =
>
> @@ -49,7 +49,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 61d004581bdcf1885bec24d0a1de4fc890fe91bba511abbdbc507a48f31946caf5c7324979e8410e53cfca8ada1b20342b737dc4e8b1f034f2fca5aea84e4369
> +$(DL_FILE)_BLAKE2 = 7d36a648b8fb0a26d3b6bcc533ed8f510e7f37b3084cb585a0c785d73fd82f537e0f2f9493c3b56173eae1324255e7acf7617a1cd1614c92a3b7bf0d53b7d77f
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-29 18:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 21:25 [PATCH] ncdu: Update to version 1.17 Adolf Belka
2022-04-29 18:37 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox