Skip to content

Commit 02605ae

Browse files
authored
Update CEF to 85.3.12+g3e94ebf+chromium-85.0.4183.121 (#1698)
This updates CEF to the final build of Chromium M85, so it will be the safest for stability (we'll wait with M86). Benefits of this update include security patches that are included in Chromium 85.0.4183.121. Because each new major release (e.g M86 that happened) introduces a lot of features, this build is also the most hardened security-wise, so great to have before we release MTA 1.5.8.
1 parent a4e36bc commit 02605ae

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 = "http://opensource.spotify.com/cefbuilds/cef_binary_"
88
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
99

1010
-- Change here to update CEF version
11-
local CEF_VERSION = "85.3.9+gb045a6e+chromium-85.0.4183.102"
12-
local CEF_HASH = "e7c1ef41b09c8de496ad7d0b3ef9220fad0ff10d0714b2251851a0061bd72a59"
11+
local CEF_VERSION = "85.3.12+g3e94ebf+chromium-85.0.4183.121"
12+
local CEF_HASH = "530daaf9a76768029ab3676679dd666b4c65194c6a7da236d55d211042a202dd"
1313

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

0 commit comments

Comments
 (0)