Skip to content

Commit 9f5a530

Browse files
committed
Upgrade to latest sqlite
1 parent 6ea34ac commit 9f5a530

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMake/fletch-tarballs.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ endif()
334334
list(APPEND fletch_external_sources OpenCV)
335335

336336
# SQLite3
337-
set(SQLite3_version 3081101)
338-
set(SQLite3_url "https://www.sqlite.org/2015/sqlite-amalgamation-${SQLite3_version}.zip")
339-
set(SQLite3_md5 "94907e831502e2080b76e281cfa24dde")
337+
set(SQLite3_version 3300100)
338+
set(SQLite3_url "https://www.sqlite.org/2019/sqlite-amalgamation-${SQLite3_version}.zip")
339+
set(SQLite3_md5 "679e8d5f73e26c6b85dd1f1de24355b6")
340340
list(APPEND fletch_external_sources SQLite3)
341341

342342
# PROJ.4

0 commit comments

Comments
 (0)