From cdff048702b61b1ce50f91c13a7acd8dd7ad5149 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Fri, 6 May 2022 16:06:36 +0200 Subject: [PATCH] htop: 3.1.2 -> 3.2.0 --- htop/.signature | 6 +++--- htop/Pkgfile | 2 +- htop/gcc10.patch | 28 ---------------------------- 3 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 htop/gcc10.patch diff --git a/htop/.signature b/htop/.signature index cd5c45016..4a76879b1 100644 --- a/htop/.signature +++ b/htop/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/ePiorPJChC/lF0tv6dhQ2G5WUnqaHxhEEaAC2TpNmlameLOWxlFHUlnLeio6hZC8CRXdk9XOTTdEGlOcE2cXAg= -SHA256 (Pkgfile) = b9d9ab9f5e7366e26a06f908f4b701bd1721dc4e70d870946fd642c734baf015 +RWSE3ohX2g5d/ZepMnvC1NETFMx3p4yzJa6VmAwp9AYtauBqJ8eGJ8SC0lEp6DmtFERn9fY+CY0rxvD01A8D6eK0yyOD/3/C3A8= +SHA256 (Pkgfile) = 989c31a8ef548b688f22750608bd1d0fcab8fda25bdad0d4eafc8b088eecd9b3 SHA256 (.footprint) = b377a802671ebe4fd8ea2812caa2a98f5f017a5069a04a48f12e97f6703d80b4 -SHA256 (htop-3.1.2.tar.gz) = fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001 +SHA256 (htop-3.2.0.tar.gz) = 1a1dd174cc828521fe5fd0e052cff8c30aa50809cf80d3ce3a481c37d476ac54 diff --git a/htop/Pkgfile b/htop/Pkgfile index 525657860..96d9bb6a4 100644 --- a/htop/Pkgfile +++ b/htop/Pkgfile @@ -5,7 +5,7 @@ # Optional: lm_sensors lsof strace name=htop -version=3.1.2 +version=3.2.0 release=1 source=(https://github.com/htop-dev/htop/archive/$version/htop-$version.tar.gz) diff --git a/htop/gcc10.patch b/htop/gcc10.patch deleted file mode 100644 index 4927b93dc..000000000 --- a/htop/gcc10.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -urN htop-2.2.0.orig/CRT.h htop-2.2.0/CRT.h ---- htop-2.2.0.orig/CRT.h 2018-04-10 13:23:24.000000000 +0000 -+++ htop-2.2.0/CRT.h 2020-07-14 19:46:33.328273400 +0000 -@@ -140,7 +140,7 @@ - - extern int CRT_delay; - --int* CRT_colors; -+extern int* CRT_colors; - - extern int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT]; - -@@ -150,13 +150,13 @@ - - extern int CRT_scrollWheelVAmount; - --char* CRT_termType; -+extern char* CRT_termType; - - // TODO move color scheme to Settings, perhaps? - - extern int CRT_colorScheme; - --void *backtraceArray[128]; -+extern void *backtraceArray[128]; - - #if HAVE_SETUID_ENABLED -