ncdu: update to 1.12
- Update version - Use https - Remove patch which is merged into 1.12 Signed-off-by: Charles Lehner <cel@celehner.com>
This commit is contained in:
parent
b1c1b91581
commit
cd5425496e
2 changed files with 4 additions and 14 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ncdu
|
PKG_NAME:=ncdu
|
||||||
PKG_VERSION:=1.11
|
PKG_VERSION:=1.12
|
||||||
PKG_RELEASE=1
|
PKG_RELEASE=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://dev.yorhel.nl/download
|
PKG_SOURCE_URL:=https://dev.yorhel.nl/download
|
||||||
PKG_MD5SUM:=9e44240a5356b029f05f0e70a63c4d12
|
PKG_MD5SUM:=7365ac46c420bc511621216b1747984f
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
@ -30,7 +30,7 @@ define Package/ncdu
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses
|
||||||
TITLE:=ncurses disk usage viewer
|
TITLE:=ncurses disk usage viewer
|
||||||
MAINTAINER:=Charles Lehner <celehner1@gmail.com>
|
MAINTAINER:=Charles Lehner <celehner1@gmail.com>
|
||||||
URL:=http://dev.yorhel.nl/ncdu
|
URL:=https://dev.yorhel.nl/ncdu
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ncdu/description
|
define Package/ncdu/description
|
||||||
|
|
|
@ -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;
|
|
Loading…
Reference in a new issue