From 1cbe5552bd6691b7af68e7571b432ec998a38440 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Mon, 12 Aug 2024 21:05:02 +0200 Subject: [PATCH] thirdparty/freetype 2.13.3 https://github.com/freetype/freetype/compare/VER-2-13-2...VER-2-13-3 --- thirdparty/freetype2/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/freetype2/CMakeLists.txt b/thirdparty/freetype2/CMakeLists.txt index 80273af43..db50cc69a 100644 --- a/thirdparty/freetype2/CMakeLists.txt +++ b/thirdparty/freetype2/CMakeLists.txt @@ -22,8 +22,8 @@ endif() append_shared_lib_install_commands(INSTALL_CMD ${LIB_SPEC}) external_project( - DOWNLOAD URL dcd1af080e43fe0c984c34bf3e7d5e16 - https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-2.tar.gz + DOWNLOAD URL 4425315beb50f913ae12d643e4e121e1 + https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-3.tar.gz CONFIGURE_COMMAND ${CFG_CMD} BUILD_COMMAND ${BUILD_CMD} INSTALL_COMMAND ${INSTALL_CMD}