Skip to content

Commit 3f4e53c

Browse files
authored
Update CEF to 132.3.2+g4997b2f+chromium-132.0.6834.161
1 parent 12d8bbf commit 3f4e53c

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 = "132.3.1+g144febe+chromium-132.0.6834.83"
13-
local CEF_HASH = "085933ced379bcb5d03ec5f2837f3eb0123dceb22c88e5a24547f0437a6e3851"
12+
local CEF_VERSION = "132.3.2+g4997b2f+chromium-132.0.6834.161"
13+
local CEF_HASH = "9910e4180df0e5f400a033aba33c418c8eda57adbaac68aa005b649d5b2ea52b"
1414

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

0 commit comments

Comments
 (0)