Skip to content

Commit 71d4165

Browse files
Update CEF to 92.0.27+g274abcf+chromium-92.0.4515.159
1 parent 180942b commit 71d4165

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
@@ -8,8 +8,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
88
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
99

1010
-- Change here to update CEF version
11-
local CEF_VERSION = "92.0.21+ga9ec100+chromium-92.0.4515.107"
12-
local CEF_HASH = "2b8c2345768e4d116a2721485e2b3708503526d1b6ea2351e61b8a7a70bc751c"
11+
local CEF_VERSION = "92.0.27+g274abcf+chromium-92.0.4515.159"
12+
local CEF_HASH = "d0166eeac6855e3b2fd6f0f48519230f2e9955cf1d188365e2acb4cc8bbeca02"
1313

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

0 commit comments

Comments
 (0)