Skip to content

Commit

Permalink
Update to SQLite 3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Jan 20, 2024
1 parent e33d370 commit f7482e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thirdparty/sqlite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ set(CFG_CMD ${CFG_CMD} --disable-readline)
set(CFG_CMD ${CFG_CMD} --disable-static-shell)

include(ExternalProject)
set(SQLITE_VER "3440200")
set(SQLITE_VER "3450000")
ExternalProject_Add(
${PROJECT_NAME}
DOWNLOAD_DIR ${KO_DOWNLOAD_DIR}
URL https://www.sqlite.org/2023/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_MD5 c02f40fd4f809ced95096250adc5764a
URL https://www.sqlite.org/2024/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_MD5 d6150f5dc837ae94b7d735f1b611b634
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${CFG_CMD}
BUILD_COMMAND ${KO_MAKE_RECURSIVE} -j${PARALLEL_JOBS}
Expand Down

0 comments on commit f7482e5

Please sign in to comment.