[meta-oe] htop: upgrade 3.1.2 -> 3.2.0

Message ID 1651219381-27379-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] htop: upgrade 3.1.2 -> 3.2.0 | expand

Commit Message

Mingyu Wang (Fujitsu) April 29, 2022, 8:02 a.m. UTC
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/htop/{htop_3.1.2.bb => htop_3.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/htop/{htop_3.1.2.bb => htop_3.2.0.bb} (96%)

Patch

diff --git a/meta-oe/recipes-support/htop/htop_3.1.2.bb b/meta-oe/recipes-support/htop/htop_3.2.0.bb
similarity index 96%
rename from meta-oe/recipes-support/htop/htop_3.1.2.bb
rename to meta-oe/recipes-support/htop/htop_3.2.0.bb
index 4fe70982a..12b110ead 100644
--- a/meta-oe/recipes-support/htop/htop_3.1.2.bb
+++ b/meta-oe/recipes-support/htop/htop_3.2.0.bb
@@ -9,7 +9,7 @@  DEPENDS = "ncurses"
 SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \
            file://0001-Use-pkg-config.patch \
 "
-SRCREV = "d73783d6dbec4a8d9d20d744bf2b5e6a7073aa46"
+SRCREV = "c7413fd6771b65388bea14ef42863444c6eaa419"
 
 S = "${WORKDIR}/git"