Skip to content

Commit e1d0993

Browse files
authored
Update CEF from 97.1.2+gb821dc3+chromium-97.0.4692.71 to 97.1.6+g8961cdb+chromium-97.0.4692.99
1 parent 1fac287 commit e1d0993

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 = "97.1.2+gb821dc3+chromium-97.0.4692.71"
13-
local CEF_HASH = "c563e4c3f150e70e20a80b3665768fa250ed9b64a3cda13955a1c00a58d2da71"
12+
local CEF_VERSION = "97.1.6+g8961cdb+chromium-97.0.4692.99"
13+
local CEF_HASH = "3540c9c6cf80967b66a1884ec097f2d3f9020ccf262fe2498d118cec747a81c2"
1414

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

0 commit comments

Comments
 (0)