From 508c68dd186f5f8aeffa07f5644e9175561edf0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 5 May 2020 11:27:13 +0200 Subject: [PATCH] hexalate: upgrade 1.1.5 -> 1.1.6 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-gottcode/hexalate/hexalate.bb b/recipes-gottcode/hexalate/hexalate.bb index df77f0ce..1a85cc21 100644 --- a/recipes-gottcode/hexalate/hexalate.bb +++ b/recipes-gottcode/hexalate/hexalate.bb @@ -8,9 +8,9 @@ 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] = "465bdcaa8793dd74e1f1a13dddb78631" -SRC_URI[sha256sum] = "422f5fed8adc7e2bc43e22a5c0573385143f8b15e8b3495b7b766e0409fa9782" -PV = "1.1.5" +SRC_URI[md5sum] = "4c318906a2782aed37a1e7244f73f97c" +SRC_URI[sha256sum] = "5d3198523960d4df394d2092cd7e7b9003878a70a2934dbada60947651b1c88d" +PV = "1.1.6" EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"