From 4fcc8f5d32414f70ac7dd63db696c7cffea09072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 21 Jul 2020 14:40:08 +0200 Subject: [PATCH] lmms: upgrade 1.2.1+ -> 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/lmms/lmms.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-musicians/lmms/lmms.inc b/recipes-musicians/lmms/lmms.inc index e9ef9ab..b30a579 100644 --- a/recipes-musicians/lmms/lmms.inc +++ b/recipes-musicians/lmms/lmms.inc @@ -4,6 +4,6 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=751419260aa954499f7abaabaa882bbe" SRC_URI = "gitsm://github.com/LMMS/${BPN}.git;branch=stable-1.2" -SRCREV = "f56b4963c141b91bc6e78947814f2f0cb92c26a1" +SRCREV = "94363be152f526edba4e884264d891f1361cf54b" S = "${WORKDIR}/git" -PV = "1.2.1+git${SRCPV}" +PV = "1.2.2"