From 4a74419c8e72b249b1ebe4c927bd0c6429ec9ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 16 Aug 2020 10:01:34 +0200 Subject: [PATCH] fontawesome-qml: upgrade 0.0.1+ -> 0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-misc/recipes-qml/fontawesome-qml.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-misc/recipes-qml/fontawesome-qml.bb b/recipes-misc/recipes-qml/fontawesome-qml.bb index 4f0849a8..e33b45e9 100644 --- a/recipes-misc/recipes-qml/fontawesome-qml.bb +++ b/recipes-misc/recipes-qml/fontawesome-qml.bb @@ -1,16 +1,15 @@ SUMMARY = "A library to ease up Font-Awesome handling in QML" LICENSE = "GPLv3 & OFL-1.1" -LIC_FILES_CHKSUM = "file://LICENSE;md5=cb0c48d9cdd3c75b1a0182323dbda5a7" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fecd21dee2128ddcc4579bc72ad08b80" DEPENDS = " \ qtdeclarative \ qtquickcontrols2 \ " - SRC_URI = "gitsm://github.com/schnitzeltony/fontawesome-qml.git" -SRCREV = "d2b6df4de4cc8fe19002d0ea9bde3be0e64a28a2" -PV = "0.0.1+git${SRCPV}" +SRCREV = "9a6b406223a8d2640f37a1259a013565eaba2872" +PV = "0.1.0" S = "${WORKDIR}/git" inherit cmake_qt5