Skip to content

Commit d580eca

Browse files
committed
cef: Hotfix: Update to 130.1.16 due to a removed build upstream
1 parent be42330 commit d580eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(POLICY CMP0074)
2727
endif()
2828

2929
if (NOT DEFINED CEF_VERSION)
30-
set(CEF_VERSION "130.1.15+g34b05bb+chromium-130.0.6723.92")
30+
set(CEF_VERSION "130.1.16+g5a7e5ed+chromium-130.0.6723.117")
3131
endif()
3232

3333
STRING(REGEX REPLACE "\\+" "%2B" CEF_ESCAPED_VERSION ${CEF_VERSION})

0 commit comments

Comments
 (0)