Skip to content

Commit

Permalink
Update SQLite to 3.35.0 (koreader#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe authored and roygbyte committed Mar 3, 2022
1 parent 325fd41 commit 07eb24d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thirdparty/sqlite/CMakeLists.txt
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 "3340000")
set(SQLITE_VER "3350000")
ExternalProject_Add(
${PROJECT_NAME}
DOWNLOAD_DIR ${KO_DOWNLOAD_DIR}
URL https://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_MD5 7f33c9db7b713957fcb9271fe9049fef
URL https://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_MD5 1b51302322aef8aec70f129147e666b3
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${CFG_CMD}
BUILD_COMMAND ${KO_MAKE_RECURSIVE} -j1
Expand Down

0 comments on commit 07eb24d

Please sign in to comment.