We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b7411 commit 6069980Copy full SHA for 6069980
utils/buildactions/install_cef.lua
@@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
9
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
10
11
-- Change here to update CEF version
12
-local CEF_VERSION = "106.0.26+ge105400+chromium-106.0.5249.91"
13
-local CEF_HASH = "66a4d77c38482ed6c08f50463053da3f511ba69b012bff8504d289fc588b6f09"
+local CEF_VERSION = "107.1.5+g58ed78e+chromium-107.0.5304.88"
+local CEF_HASH = "0c6f1c33d0013eb121e807a3ffaa38e670dd3456d3bee309c4921431aae4e02a"
14
15
function make_cef_download_url()
16
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
0 commit comments