From b09cccb872a5f106c3cb4fcdd866fd9e982b4a3c Mon Sep 17 00:00:00 2001 From: tytan652 Date: Thu, 12 Oct 2023 08:30:52 +0200 Subject: [PATCH] build-aux: Update Flatpak CEF build Our previously applied Chromium patch had an error. We have rebuilt them. Use the rebuilt CEF Linux build. --- build-aux/modules/99-cef.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/modules/99-cef.json b/build-aux/modules/99-cef.json index 0e98ba87a..23bf14cd6 100644 --- a/build-aux/modules/99-cef.json +++ b/build-aux/modules/99-cef.json @@ -21,8 +21,8 @@ "sources": [ { "type": "archive", - "url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_5060_linux_x86_64_v2.tar.xz", - "sha256": "4bee4c90edbdb67b889be28ba1c1558fa6b207ca01d921db9beab342873aa57d" + "url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_5060_linux_x86_64_v3.tar.xz", + "sha256": "1253a6a36c3b8ac5b5ece9bfdb6eae6ab75e49516375fc475e2e871795ad9bea" } ] }