From 2daf0a3ef07e8601dd2c5b4bba83bd6a5abe250a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 1 Sep 2016 17:46:04 +0100 Subject: [PATCH] Update CEF to 3.2785.1466.g80e473e The Linux build uses 3.2785.1465.g87ce149. They're only one commit apart, with no significant differences. --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b19fdb42..896b7cc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,13 +124,13 @@ 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.2743.1442.ge29124d_windows32_minimal.tar.bz2") - set(CEF_URL_HASH "8d0bb1ba2abccebef1e0d45fa2bb9c7ed7ec60de") + set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2785.1466.g80e473e_windows32_minimal.tar.bz2") + set(CEF_URL_HASH "31086a64fb226cdb4b4ce5a93d5eb32ea0308c17") set(CEF_PRECOMPILED_BINARIES "libcef.dll" "natives_blob.bin" "snapshot_blob.bin" "d3dcompiler_47.dll" "libEGL.dll" "libGLESv2.dll") set(CEF_LIB libcef${CMAKE_STATIC_LIBRARY_SUFFIX}) ELSE () - set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2743.1442.ge29124d_linux64_minimal.tar.bz2") - set(CEF_URL_HASH "9a8f227d08d9c4edb6636041375b900d6b864e12") + set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2785.1465.g87ce149_linux64_minimal.tar.bz2") + set(CEF_URL_HASH "78352474cc6db47aa517596fd44a99940a408c2e") set(CEF_PRECOMPILED_BINARIES "libcef.so" "natives_blob.bin" "snapshot_blob.bin" "chrome-sandbox") set(CEF_LIB libcef${CMAKE_SHARED_LIBRARY_SUFFIX}) ENDIF()