summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/htop/htop_3.0.5.bb (renamed from meta-oe/recipes-support/htop/htop_3.0.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/htop/htop_3.0.4.bb b/meta-oe/recipes-support/htop/htop_3.0.5.bb
index 49d53ec98f..8e9b95d91d 100644
--- a/meta-oe/recipes-support/htop/htop_3.0.4.bb
+++ b/meta-oe/recipes-support/htop/htop_3.0.5.bb
@@ -9,7 +9,7 @@ DEPENDS = "ncurses"
9SRC_URI = "git://github.com/htop-dev/htop.git \ 9SRC_URI = "git://github.com/htop-dev/htop.git \
10 file://0001-Use-pkg-config.patch \ 10 file://0001-Use-pkg-config.patch \
11 " 11 "
12SRCREV = "0b989ee38ce37eb4a50265faa11df2bd7ed8e5c3" 12SRCREV = "ce6d60e7def146c13d0b8bca4642e7401a0a8995"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15