Skip to content

Commit 2a724e1

Browse files
authored
Update CEF to 107.1.9+g1f0a21a+chromium-107.0.5304.110
1 parent 9cdd5f2 commit 2a724e1

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.5+g58ed78e+chromium-107.0.5304.88"
13-
local CEF_HASH = "0c6f1c33d0013eb121e807a3ffaa38e670dd3456d3bee309c4921431aae4e02a"
12+
local CEF_VERSION = "107.1.9+g1f0a21a+chromium-107.0.5304.110"
13+
local CEF_HASH = "3195bdf79db47e361db868a4ef43fdd53159cb0e0b5b8d9cadbbb49237e3bdd4"
1414

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

0 commit comments

Comments
 (0)