From 313d1767159bc69a207a3a04bd614ab9d8f21841 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 1 Aug 2020 11:07:15 +0200 Subject: [PATCH] Bump htop version --- packages/extras-buildpkgs/90-htop.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/extras-buildpkgs/90-htop.conf b/packages/extras-buildpkgs/90-htop.conf index 675b27dcd5..f47585b459 100644 --- a/packages/extras-buildpkgs/90-htop.conf +++ b/packages/extras-buildpkgs/90-htop.conf @@ -3,7 +3,7 @@ local package_name="htop" local package_repo="https://github.com/hishamhm/htop" local package_ref="tag:2.2.0" -local package_upstream_version="2.2.0-3" +local package_upstream_version="2.2.0-4" local package_builddeps="debhelper dpkg-dev libhwloc-dev libncurses5-dev libncursesw5-dev pkg-config" local package_install_target="htop" local package_component="${release}-utils" @@ -16,7 +16,7 @@ fi package_checkbuild() { - [[ $release != stretch && $release != bionic && $release != jessie ]] + [[ $release != stretch && $release != jessie ]] } package_checkinstall()