From 556ba549e6ed6b0f2d23d6bdc7aa556c00158907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 3 Apr 2021 01:06:51 +0200 Subject: [PATCH] suil: upgrade 0.10.8 -> 0.10.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/drobilla/suil.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-musicians/drobilla/suil.bb b/recipes-musicians/drobilla/suil.bb index ca23c90..4ac33e7 100644 --- a/recipes-musicians/drobilla/suil.bb +++ b/recipes-musicians/drobilla/suil.bb @@ -1,7 +1,7 @@ SUMMARY = "Suil is a lightweight C library for loading and wrapping LV2 plugin UIs" HOMEPAGE = "https://drobilla.net/software/suil" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=54e4263214f26373135dee9a81a9bf55" +LIC_FILES_CHKSUM = "file://COPYING;md5=323e8282a413e218c2ec674a44c02cf4" inherit waf features_check pkgconfig @@ -9,11 +9,11 @@ REQUIRED_DISTRO_FEATURES = "x11" DEPENDS = "gtk+ gtk+3 qtbase lv2" -PV = "0.10.8" +PV = "0.10.10" SRC_URI = " \ http://download.drobilla.net/${BPN}-${PV}.tar.bz2 \ file://0001-Fix-build-for-python3-only-environments.patch \ " -SRC_URI[sha256sum] = "91cd87e17e80d2e43d64700369b93a5c2d0f1648e36411e0233253a0c3840f40" +SRC_URI[sha256sum] = "750f08e6b7dc941a5e694c484aab02f69af5aa90edcc9fb2ffb4fb45f1574bfb" FILES_${PN} += "${libdir}/suil-0"