From 983a15b2d957487d833849ca67b33fb9da576d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 7 May 2021 13:52:43 +0200 Subject: [PATCH] qterminal: upgrade 0.16.0 -> 0.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller (cherry picked from commit f667069b6130a0b1e3fb9d469772a8abfbfe3a55) --- 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 80de0ddd..83156dd3 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 = "a883c26f7315e24559393f63190453c98c9df947" -PV = "0.16.1" +SRCREV = "a5fc23a4db4ac2e54e430ae6ecdec30fa508c6d1" +PV = "0.17.0" S = "${WORKDIR}/git"