Skip to content

Commit d3d8c83

Browse files
authored
Update CEF to 109.1.11+g6d4fdb2+chromium-109.0.5414.87
1 parent 1a05a68 commit d3d8c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/buildactions/install_cef.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
99
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
1010

1111
-- Change here to update CEF version
12-
local CEF_VERSION = "108.4.13+ga98cd4c+chromium-108.0.5359.125"
13-
local CEF_HASH = "b0554e0f7f5d3e673d56ab4d69a7b3a4ae255c67329b4d2a5a608d2d43d5f27e"
12+
local CEF_VERSION = "109.1.11+g6d4fdb2+chromium-109.0.5414.87"
13+
local CEF_HASH = "e0957a36f7ffd88cef4f0f96d43cfab890d013dc87206d47532da1d32f408215"
1414

1515
function make_cef_download_url()
1616
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX

0 commit comments

Comments
 (0)