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

Message ID 1654517949-9033-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] htop: upgrade 3.2.0 -> 3.2.1 | expand

Commit Message

Mingyu Wang (Fujitsu) June 6, 2022, 12:19 p.m. UTC
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/htop/{htop_3.2.0.bb => htop_3.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/htop/{htop_3.2.0.bb => htop_3.2.1.bb} (96%)

Patch

diff --git a/meta-oe/recipes-support/htop/htop_3.2.0.bb b/meta-oe/recipes-support/htop/htop_3.2.1.bb
similarity index 96%
rename from meta-oe/recipes-support/htop/htop_3.2.0.bb
rename to meta-oe/recipes-support/htop/htop_3.2.1.bb
index 12b110ead..233a1eeb5 100644
--- a/meta-oe/recipes-support/htop/htop_3.2.0.bb
+++ b/meta-oe/recipes-support/htop/htop_3.2.1.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 = "c7413fd6771b65388bea14ef42863444c6eaa419"
+SRCREV = "4e6ec4a0873c56ca9de63eadf730c5bd677bd8da"
 
 S = "${WORKDIR}/git"