We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea34ac commit 9f5a530Copy full SHA for 9f5a530
1 file changed
CMake/fletch-tarballs.cmake
@@ -334,9 +334,9 @@ endif()
334
list(APPEND fletch_external_sources OpenCV)
335
336
# 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")
+set(SQLite3_version 3300100)
+set(SQLite3_url "https://www.sqlite.org/2019/sqlite-amalgamation-${SQLite3_version}.zip")
+set(SQLite3_md5 "679e8d5f73e26c6b85dd1f1de24355b6")
340
list(APPEND fletch_external_sources SQLite3)
341
342
# PROJ.4
0 commit comments