From 4979bf57acd5583e588c191023d991f70d5c032b Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Mon, 25 Nov 2024 21:13:03 +0100 Subject: [PATCH] sqlite: update to 3.47.1 https://sqlite.org/releaselog/3_47_1.html --- thirdparty/sqlite/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/sqlite/CMakeLists.txt b/thirdparty/sqlite/CMakeLists.txt index 45ad3574e..6c23a43b3 100644 --- a/thirdparty/sqlite/CMakeLists.txt +++ b/thirdparty/sqlite/CMakeLists.txt @@ -35,8 +35,8 @@ if(NOT MONOLIBTIC) endif() external_project( - DOWNLOAD URL ff687dfc7483196420a4f16a6f53702d - https://www.sqlite.org/2024/sqlite-autoconf-3460000.tar.gz + DOWNLOAD URL 39b6d6ab799074b535374d0a48246aac + https://sqlite.org/2024/sqlite-autoconf-3470100.tar.gz CONFIGURE_COMMAND ${CFG_CMD} BUILD_COMMAND ${BUILD_CMD} INSTALL_COMMAND ${INSTALL_CMD}