From 5e9ec9b407068402ddce9d369fa54b6453de7efa Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 1 Jul 2016 07:59:09 +0100 Subject: [PATCH] Update to CEF 3.2704.1432.g60b3718 --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b79a6c7..188adb26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,14 +112,14 @@ set(YAML_CPP_INCLUDE_DIRS "${SOURCE_DIR}/include") set(YAML_CPP_LIBRARIES "${BINARY_DIR}/${CMAKE_CFG_INTDIR}/libyaml-cpp${CMAKE_STATIC_LIBRARY_SUFFIX}") IF (CMAKE_SYSTEM_NAME MATCHES "Windows") - set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2704.1427.g95055fe_windows32.tar.bz2") - set(CEF_URL_HASH "4d18043de4eb55c4c8f7d29f097da39b0dfbf4e8") + set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2704.1432.g60b3718_windows32.tar.bz2") + set(CEF_URL_HASH "403e9bfb536d4698250df7b1a649f50028094c1f") set(CEF_PRECOMPILED_BINARIES "libcef.dll" "natives_blob.bin" "snapshot_blob.bin" "d3dcompiler_47.dll" "libEGL.dll" "libGLESv2.dll") set(CEF_CONFIG_DIR_NAME ${CMAKE_CFG_INTDIR}) set(CEF_LIB libcef${CMAKE_STATIC_LIBRARY_SUFFIX}) ELSE () - set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2704.1427.g95055fe_linux64.tar.bz2") - set(CEF_URL_HASH "6b2945cb917d81dc0862aaa5b643b8c7e51e0e6c") + set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2704.1432.g60b3718_linux64.tar.bz2") + set(CEF_URL_HASH "e6d3844af963398c1813ce55e53218c87d943b37") set(CEF_PRECOMPILED_BINARIES "libcef.so" "natives_blob.bin" "snapshot_blob.bin" "chrome-sandbox") set(CEF_CONFIG_DIR_NAME "Release") set(CEF_LIB libcef${CMAKE_SHARED_LIBRARY_SUFFIX})