From 32d7332060a1b251c349c3d7c0553585b8fbbe0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 18 Nov 2021 23:06:17 +0100 Subject: [PATCH] qterminal: upgrade 0.17.0 -> 1.0.0 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 fa788a3d..dfbc3165 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 = "a5fc23a4db4ac2e54e430ae6ecdec30fa508c6d1" -PV = "0.17.0" +SRCREV = "d9e67906232c827a07c030ade1356db1a29fdc48" +PV = "1.0.0" S = "${WORKDIR}/git"