From fa22561403542929f4b2ec24154f5d8ac40d2b10 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 13 May 2025 16:43:58 +0200 Subject: [PATCH] labwc-menu-generator: update --- recipes-wlroots/labwc/labwc-menu-generator_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-wlroots/labwc/labwc-menu-generator_git.bb b/recipes-wlroots/labwc/labwc-menu-generator_git.bb index 420d8a4..5277611 100644 --- a/recipes-wlroots/labwc/labwc-menu-generator_git.bb +++ b/recipes-wlroots/labwc/labwc-menu-generator_git.bb @@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/labwc/labwc-menu-generator.git;protocol=https;branch=master" -SRCREV = "a6e96b496aff6b54bcdaacfcd24720d46d6a683a" +SRCREV = "2ca1be707aca1a06852e3a0ce70941e50bd7c02e" S = "${WORKDIR}/git" -PV = "0.1.0" +PV = "0.2.0" DEPENDS = "glib-2.0"