From f6132b04c916af932b49d22e3e5ea60ea2c5ab73 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 27 Jan 2021 14:06:40 +0100 Subject: [PATCH] Update CEF download to new Spotify link --- modules/webbrowser/cmake/cef_support.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webbrowser/cmake/cef_support.cmake b/modules/webbrowser/cmake/cef_support.cmake index 760e4b9995..6336e7ce21 100644 --- a/modules/webbrowser/cmake/cef_support.cmake +++ b/modules/webbrowser/cmake/cef_support.cmake @@ -68,7 +68,7 @@ function(download_cef platform version download_dir) set(CEF_DOWNLOAD_FILENAME "${CEF_DISTRIBUTION}.tar.bz2") set(CEF_DOWNLOAD_PATH "${CEF_DOWNLOAD_DIR}/${CEF_DOWNLOAD_FILENAME}") if (NOT EXISTS "${CEF_DOWNLOAD_PATH}") - string(REPLACE "+" "%2B" CEF_DOWNLOAD_URL "http://opensource.spotify.com/cefbuilds/${CEF_DOWNLOAD_FILENAME}") + string(REPLACE "+" "%2B" CEF_DOWNLOAD_URL "http://cef-builds.spotifycdn.com/${CEF_DOWNLOAD_FILENAME}") # Download the SHA1 hash for the binary distribution. message(STATUS "Downloading CEF: ${CEF_DOWNLOAD_PATH}.sha1...")