diff --git a/CMakeLists.txt b/CMakeLists.txt index b5b0821cb64..4fc09271f3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1730,8 +1730,8 @@ if(ENGINEPRIME) # External project sources must be downloaded as an archive into DOWNLOAD_DIR # from an URL to keep offline builds like for Fedora/RPM Fusion working! ExternalProject_Add(libdjinterop - URL "https://github.com/xsco/libdjinterop/archive/0.15.1.tar.gz" - URL_HASH SHA256=87b3e6c726c208333d55b7e7e3af0a7230c9ad9edb3ca0ca81feffe17b3fc008 + URL "https://github.com/xsco/libdjinterop/archive/0.15.2.tar.gz" + URL_HASH SHA256=66f64c0b38a53936ba1b471524905e35afd605bc05d29e7aa6fa7ea0005c7d54 DOWNLOAD_DIR "${CMAKE_CURRENT_BINARY_DIR}/download/libdjinterop" INSTALL_DIR ${DJINTEROP_INSTALL_DIR} LIST_SEPARATOR "|"