Skip to content

Commit ceff57b

Browse files
committed
Upgrade dependencies
1 parent f924c28 commit ceff57b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

cmake/external/sqlite3.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ endif()
7878
ExternalProject_Add(SQLite
7979
DEPENDS ZLIB
8080
PREFIX ${SQLITE_SRC}
81-
URL https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz
82-
URL_HASH SHA512=50ff85b40b0017a73b52988843ec439358a8dde7d5d012a33ecfdaa67006697692f091a62d5f052f64e6fee84e27251864d331f63039a326ae4d5bf4a4dd5a91
81+
URL https://sqlite.org/2024/sqlite-autoconf-3470000.tar.gz
82+
URL_HASH SHA512=698e28a3f1c3da5b45b86a0b50f84c696658d4e56ab45f5cc65dce995601c3bcf1c0050386a1fc08b4b0e0f508e8a046e5c8317b09fe805154b76437e73f8f0e
8383
# GIT_REPOSITORY https://github.com/sqlite/sqlite.git
84-
# GIT_TAG version-3.40.1
84+
# GIT_TAG version-3.47.0
8585
# GIT_SHALLOW 1
8686
USES_TERMINAL_DOWNLOAD FALSE
8787
BUILD_IN_SOURCE ${SQLITE_BUILD_IN_SOURCE}

cmake/external/zlib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set(ZLIB_INCLUDE_DIR ${ZLIB_INSTALL}/include)
3232
ExternalProject_Add(ZLIB
3333
PREFIX ${ZLIB_SRC}
3434
GIT_REPOSITORY https://github.com/madler/zlib.git
35-
GIT_TAG v1.2.13
35+
GIT_TAG v1.3.1
3636
GIT_SHALLOW 1
3737
CMAKE_ARGS
3838
-DCMAKE_C_COMPILER:FILEPATH=${CMAKE_C_COMPILER}

cmake/fetch/doxygen-awesome-css.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include(FetchContent)
3232

3333
FetchContent_Declare(doxygen-awesome-css
3434
GIT_REPOSITORY https://github.com/jothepro/doxygen-awesome-css.git
35-
GIT_TAG v2.1.0
35+
GIT_TAG v2.3.4
3636
GIT_SHALLOW 1
3737
)
3838

0 commit comments

Comments
 (0)