kumquat-buildroot/package/ncdu/ncdu.mk
Julien Olivain 94170d3ecb package/ncdu: bump to version 1.18
For change log since 1.17, see:
- https://dev.yorhel.nl/ncdu/changes

This commit also adds md5 and sha1 hashes published on the web site.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-12-11 11:50:05 +01:00

16 lines
344 B
Makefile

################################################################################
#
# ncdu
#
################################################################################
NCDU_VERSION = 1.18
NCDU_SITE = http://dev.yorhel.nl/download
NCDU_DEPENDENCIES = ncurses
NCDU_LICENSE = MIT
NCDU_LICENSE_FILES = COPYING
$(eval $(autotools-package))