Skip to content

Commit b001206

Browse files
authored
Update CEF to 108.4.13+ga98cd4c+chromium-108.0.5359.125
1 parent d965e06 commit b001206

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 = "107.1.12+g65b79a6+chromium-107.0.5304.122"
13-
local CEF_HASH = "443cb9fbbf28dc29326e8315abae100cae8841ca7fb4f62197cdc9a3b6b5f680"
12+
local CEF_VERSION = "108.4.13+ga98cd4c+chromium-108.0.5359.125"
13+
local CEF_HASH = "b0554e0f7f5d3e673d56ab4d69a7b3a4ae255c67329b4d2a5a608d2d43d5f27e"
1414

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

0 commit comments

Comments
 (0)