From 5589d2e7868377da56c20aacb8a3fc6cd0dc2780 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 13 Jun 2022 11:41:21 +0200 Subject: [PATCH] srain: update --- recipes-gtk/srain/srain_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-gtk/srain/srain_git.bb b/recipes-gtk/srain/srain_git.bb index e09869f..35c1c89 100644 --- a/recipes-gtk/srain/srain_git.bb +++ b/recipes-gtk/srain/srain_git.bb @@ -21,12 +21,12 @@ GIR_MESON_OPTION = "" inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection SRC_URI = " \ - git://github.com/SrainApp/srain.git;protocol=https;branch=stable/1.3 \ + git://github.com/SrainApp/srain.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" -PV = "1.3.2" -SRCREV = "2faa79510cb124aae975de65a437b52b0e9e92d8" +PV = "1.4.0" +SRCREV = "0a16d5dc040f7939c1462d13f0d251a9e26e0c81" EXTRA_OEMESON += " \ --buildtype release \