From 6466c2e6ae604ccdc74e8403005ef4ef1c1386e4 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 11 Mar 2018 19:25:52 +0200 Subject: [PATCH] htop: update to 2.1.0 * Update htop to 2.1.0 * Remove unnecessary patch (upstream has removed the reference to libtool version) Signed-off-by: Hannu Nyman --- admin/htop/Makefile | 4 ++-- .../htop/patches/100-fix-libtool-version-check.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 admin/htop/patches/100-fix-libtool-version-check.patch diff --git a/admin/htop/Makefile b/admin/htop/Makefile index d45b3d9371..980752dbae 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop -PKG_VERSION:=2.0.2 +PKG_VERSION:=2.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/ -PKG_HASH:=179be9dccb80cee0c5e1a1f58c8f72ce7b2328ede30fb71dcdf336539be2f487 +PKG_HASH:=3260be990d26e25b6b49fc9d96dbc935ad46e61083c0b7f6df413e513bf80748 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING diff --git a/admin/htop/patches/100-fix-libtool-version-check.patch b/admin/htop/patches/100-fix-libtool-version-check.patch deleted file mode 100644 index c786213c17..0000000000 --- a/admin/htop/patches/100-fix-libtool-version-check.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -2,7 +2,7 @@ - # Process this file with autoconf to produce a configure script. - - AC_PREREQ(2.65) --LT_PREREQ([2.4.2]) -+LT_PREREQ([2.4.0]) - AC_INIT([htop],[2.0.2],[hisham@gobolinux.org]) - - SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}"