File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ endif()
7878ExternalProject_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}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ set(ZLIB_INCLUDE_DIR ${ZLIB_INSTALL}/include)
3232ExternalProject_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}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ include(FetchContent)
3232
3333FetchContent_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
You can’t perform that action at this time.
0 commit comments