Skip to content

Commit

Permalink
[build] Bump SQLite to 3.27.1 (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe authored and Frenzie committed Feb 9, 2019
1 parent 99fefe3 commit bae5c23
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 @@ -33,12 +33,12 @@ set(CFG_CMD "${CFG_CMD} --disable-readline")
set(CFG_CMD "${CFG_CMD} --disable-static-shell")

include(ExternalProject)
set(SQLITE_VER "3260000")
set(SQLITE_VER "3270100")
ExternalProject_Add(
${PROJECT_NAME}
DOWNLOAD_DIR ${KO_DOWNLOAD_DIR}
URL https://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_HASH SHA1=9af2df1a6da5db6e2ecf3f463625f16740e036e9
URL https://www.sqlite.org/2019/sqlite-autoconf-${SQLITE_VER}.tar.gz
URL_HASH SHA1=6cdb46a153b0e88f8a5fd80e29b3966885f39ea4
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${CFG_CMD}
BUILD_COMMAND $(MAKE) -j1
Expand Down

0 comments on commit bae5c23

Please sign in to comment.