From 581cb29a03fed40cecec82f4ae08acd0579634ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 9 Jan 2022 23:16:48 +0100 Subject: [PATCH] qsynth: upgrade 0.9.4 -> 0.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/rncbc/qsynth.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-musicians/rncbc/qsynth.bb b/recipes-musicians/rncbc/qsynth.bb index 796c8bf..93d5366 100644 --- a/recipes-musicians/rncbc/qsynth.bb +++ b/recipes-musicians/rncbc/qsynth.bb @@ -1,7 +1,7 @@ SUMMARY = "Qt GUI Interface for FluidSynth" HOMEPAGE = "https://qsynth.sourceforge.io/" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" +LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" DEPENDS += " \ qtbase-native \ @@ -16,7 +16,7 @@ inherit cmake_qt5 pkgconfig gtk-icon-cache features_check REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "76580890c75eeeebf852530a10f86d67b31f49305ced1bc7b3e436ca4f86fc93" -PV = "0.9.4" +SRC_URI[sha256sum] = "e44292d01a775d88a5f2ea882534ad1dd6ce6ea534ee55a375fa7b0b721c3e42" +PV = "0.9.5" FILES:${PN} += "${datadir}/metainfo"