From 7fa28e9ab9245294d30de9da62c77ca1d1dbbec7 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 2 Feb 2024 11:06:17 +0100 Subject: [PATCH] flatpak: Use specific tag for baloo --- .flatpak-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index d201b95a46..49b29f79e8 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -50,7 +50,7 @@ { "type": "git", "url": "https://invent.kde.org/frameworks/baloo.git", - "branch": "master" + "tag": "v5.248.0" } ] },