Skip to content

Commit c75ae36

Browse files
authored
Update CEF to 125.0.19+g3d8f1c9+chromium-125.0.6422.112
1 parent d60bc4c commit c75ae36

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 = "124.3.9+g9bd638f+chromium-124.0.6367.207"
13-
local CEF_HASH = "9df7c9322b7fe9f2492888f5259090c3956fa5058193bdbf90a5a26547b9921e"
12+
local CEF_VERSION = "125.0.19+g3d8f1c9+chromium-125.0.6422.112"
13+
local CEF_HASH = "3d3c70fd78fa54be2bd5c4eebd252044a5096b11c42cd58bc3c6bbff96edc177"
1414

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

0 commit comments

Comments
 (0)