Browse Source

build-aux: Use rebuilt CEF on Linux with backported API on Flatpak

tytan652 3 months ago
parent
commit
523ddeec9c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build-aux/modules/99-cef.json

+ 2 - 2
build-aux/modules/99-cef.json

@@ -17,8 +17,8 @@
     "sources": [
         {
             "type": "archive",
-            "url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64_v3.tar.xz",
-            "sha256": "cb7225c7a937ac4cdc9c41700061f45cccc640d696902357782e57f8250bf43a"
+            "url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64_v5.tar.xz",
+            "sha256": "df38ef6d8078895953d224a58dd811b83110b4f8644c5cd2b6246d04b0023ee6"
         }
     ]
 }