lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e9888e482a3c0651bf42390599f30af3d1747806
parent 6b9b7adeb013a12c879dd6b1982143f43e751727
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 20 Sep 2016 15:38:00 +0300

Merge pull request #3102 from clehner/ncdu

Update ncdu to 1.12
Diffstat:
Mutils/ncdu/Makefile | 8++++----
Dutils/ncdu/patches/010-add_sys_wait.patch | 10----------
2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/utils/ncdu/Makefile b/utils/ncdu/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ncdu -PKG_VERSION:=1.11 +PKG_VERSION:=1.12 PKG_RELEASE=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://dev.yorhel.nl/download -PKG_MD5SUM:=9e44240a5356b029f05f0e70a63c4d12 +PKG_SOURCE_URL:=https://dev.yorhel.nl/download +PKG_MD5SUM:=7365ac46c420bc511621216b1747984f PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 @@ -30,7 +30,7 @@ define Package/ncdu DEPENDS:=+libncurses TITLE:=ncurses disk usage viewer MAINTAINER:=Charles Lehner <celehner1@gmail.com> - URL:=http://dev.yorhel.nl/ncdu + URL:=https://dev.yorhel.nl/ncdu endef define Package/ncdu/description diff --git a/utils/ncdu/patches/010-add_sys_wait.patch b/utils/ncdu/patches/010-add_sys_wait.patch @@ -1,10 +0,0 @@ ---- a/src/shell.c -+++ b/src/shell.c -@@ -33,6 +33,7 @@ - #include <stdlib.h> - #include <unistd.h> -+#include <sys/wait.h> - - void shell_draw() { - char *full_path; - int res;