Skip to content

Commit ae6caa9

Browse files
Update CEF from 94.3.0+gffef496+chromium-94.0.4606.54 to 94.4.2+g6a963ca+chromium-94.0.4606.61
1 parent 6c61502 commit ae6caa9

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 = "94.3.0+gffef496+chromium-94.0.4606.54"
13-
local CEF_HASH = "7310d5486ae2c15d0400a87b6ec7a49b88b21e2b494a33c084f5de391b82125c"
12+
local CEF_VERSION = "94.4.2+g6a963ca+chromium-94.0.4606.61"
13+
local CEF_HASH = "196f12962643f2f7a9e1e51168ea7c9a36b401c84a08362a7dac7e81de91c132"
1414

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

0 commit comments

Comments
 (0)