From 8575e90b7b80b249ebed2d96ed08bb276cfabaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 21 Oct 2019 23:05:54 +0200 Subject: [PATCH] lmms: upgrade 1.2.0 -> 1.2.1 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 c2ae1f8..9fc646f 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 = "8568ae4eacdd3bbdae8e8eaeb1536bebce3cfeeb" +SRCREV = "dbf5f47149fbb7584bf48ce9e767b9e90ee2df7e" S = "${WORKDIR}/git" -PV = "1.2.0+git${SRCPV}" +PV = "1.2.1+git${SRCPV}"