From 2fde86779f137190e09cd0288793b3df990b31c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 29 Jan 2021 00:36:07 +0100 Subject: [PATCH] qterminal: upgrade 0.16.0 -> 0.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/qterminal/qterminal.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-lxqt/qterminal/qterminal.bb b/recipes-lxqt/qterminal/qterminal.bb index de694586..80de0ddd 100644 --- a/recipes-lxqt/qterminal/qterminal.bb +++ b/recipes-lxqt/qterminal/qterminal.bb @@ -8,8 +8,8 @@ REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += "qtermwidget qtx11extras" -SRCREV = "226008828f57fee379816ad708f59dd9fb3d8629" -PV = "0.16.0" +SRCREV = "a883c26f7315e24559393f63190453c98c9df947" +PV = "0.16.1" S = "${WORKDIR}/git"