Skip to content

Commit 2c75324

Browse files
authored
Update CEF to 91.1.12+gcf0c26a+chromium-91.0.4472.101 (#2259)
1 parent 36a4ff7 commit 2c75324

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 = "89.0.12+g2b76680+chromium-89.0.4389.90"
12-
local CEF_HASH = "56284ed5113686f3cb86deb33c8d2a02450f373e141dd918c3bb3b91d42b1232"
11+
local CEF_VERSION = "91.1.12+gcf0c26a+chromium-91.0.4472.101"
12+
local CEF_HASH = "8229c957cc77104a115efa6dfcac8a599c2ba4453e509bdc8289541c57e41c35"
1313

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

0 commit comments

Comments
 (0)