Skip to content

Commit 483b0ce

Browse files
authored
Addendum to last
1 parent 2a7e010 commit 483b0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/buildactions/install_cef.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
1010

1111
-- Change here to update CEF version
1212
local CEF_VERSION = "142.0.15+g6dfdb28+chromium-142.0.7444.176"
13-
local CEF_HASH = "03b2c7a316d0a70ef172b4a1d3f83cc32385326cf13496b14b7c4fd92ac09167"
13+
local CEF_HASH = "26def0b5b40d02a5a33d52f8568a92748329ad0771b6c1150ea7a3be160cf164"
1414

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

0 commit comments

Comments
 (0)