Skip to content

Commit

Permalink
Update to SQLite 3.32.3 (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe authored Jun 19, 2020
1 parent 2210b65 commit 6148d3c
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 "3320200")
set(SQLITE_VER "3320300")
ExternalProject_Add(
${PROJECT_NAME}
DOWNLOAD_DIR ${KO_DOWNLOAD_DIR}
URL https://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_HASH SHA1=429e3f2d0b16a95ad1025a97b2a328d0b4037575
URL_HASH SHA1=ea14ef2dc4cc7fcbc5ebbb018d3a03faa3a41cb4
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${CFG_CMD}
BUILD_COMMAND ${KO_MAKE_RECURSIVE} -j1
Expand Down

0 comments on commit 6148d3c

Please sign in to comment.