Skip to content

Commit

Permalink
Update to SQLite 3.35.2 (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Mar 21, 2021
1 parent bc5f8f7 commit 149611e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/sqlite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ set(CFG_CMD "${CFG_CMD} --disable-readline")
set(CFG_CMD "${CFG_CMD} --disable-static-shell")

include(ExternalProject)
set(SQLITE_VER "3350000")
set(SQLITE_VER "3350200")
ExternalProject_Add(
${PROJECT_NAME}
DOWNLOAD_DIR ${KO_DOWNLOAD_DIR}
URL https://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_MD5 1b51302322aef8aec70f129147e666b3
URL_MD5 454e0899d99a7b28825db3d807526774
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${CFG_CMD}
BUILD_COMMAND ${KO_MAKE_RECURSIVE} -j1
Expand Down

0 comments on commit 149611e

Please sign in to comment.