From c2f4b59c3efa9284bb35680abb318f019fac061e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 31 Aug 2021 01:31:34 +0200 Subject: [PATCH] hexalate: upgrade 1.1.6 -> 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-gottcode/hexalate/hexalate.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-gottcode/hexalate/hexalate.bb b/recipes-gottcode/hexalate/hexalate.bb index 733dcf25..ecb06a1a 100644 --- a/recipes-gottcode/hexalate/hexalate.bb +++ b/recipes-gottcode/hexalate/hexalate.bb @@ -8,9 +8,8 @@ inherit qmake5 qt5-translation gtk-icon-cache DEPENDS = "qttools-native qtbase hicolor-icon-theme" SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2" -SRC_URI[md5sum] = "4c318906a2782aed37a1e7244f73f97c" -SRC_URI[sha256sum] = "5d3198523960d4df394d2092cd7e7b9003878a70a2934dbada60947651b1c88d" -PV = "1.1.6" +SRC_URI[sha256sum] = "a54aa31c6243ba091f46a6ced17be70e7481cc2af7de94f7e0288864355133bd" +PV = "1.2.0" UPSTREAM_CHECK_REGEX = "${BPN}-(?P\d+(\.\d+)+)\-src\.tar" EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"