mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/ncdu: bump to version 1.21
For change log since 1.20, see: https://dev.yorhel.nl/ncdu/changes This commit also update the _SITE URL to use https. The autoconf configure script of this new version (generated with autoconf 2.72) now requires pkg-config. Therefore, this commit also adds host-pkgconf in _DEPENDENCIES. Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
eb3bf58290
commit
a6db4cde0f
@@ -1,10 +1,10 @@
|
||||
# From https://dev.yorhel.nl/ncdu
|
||||
# After checking pgp signature from:
|
||||
# https://dev.yorhel.nl/download/ncdu-1.20.tar.gz.asc
|
||||
# https://dev.yorhel.nl/download/ncdu-1.21.tar.gz.asc
|
||||
# With key 74460D32B80810EBA9AFA2E962394C698C2739FA
|
||||
md5 563966db4c3c34d61cc890a85ddedae0 ncdu-1.20.tar.gz
|
||||
sha1 1a3543cfbbe3e402d6347cf688468327064941b9 ncdu-1.20.tar.gz
|
||||
sha256 5fe2bb841abe72374bb242dbb93293c4ae053078432d896a7481b2ff10be9572 ncdu-1.20.tar.gz
|
||||
md5 3d5f399a00ca2ac3ba319e8cb99118ab ncdu-1.21.tar.gz
|
||||
sha1 98c365e681f2c42a54d6277bea041d5a7104d934 ncdu-1.21.tar.gz
|
||||
sha256 a894d3a9b46bce578a6039bef48f54533ec402fb589b0769bfbb1d1edf9601a6 ncdu-1.21.tar.gz
|
||||
|
||||
# computed locally
|
||||
sha256 a324e25fe6af7fa45286b34a516b4c5a11544344bc80efb74fc51033b2e76df4 COPYING
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NCDU_VERSION = 1.20
|
||||
NCDU_SITE = http://dev.yorhel.nl/download
|
||||
NCDU_VERSION = 1.21
|
||||
NCDU_SITE = https://dev.yorhel.nl/download
|
||||
|
||||
NCDU_DEPENDENCIES = ncurses
|
||||
NCDU_DEPENDENCIES = host-pkgconf ncurses
|
||||
|
||||
NCDU_LICENSE = MIT
|
||||
NCDU_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user