File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ the requirements.
65
65
| [ libjpeg-turbo] ( http://libjpeg-turbo.virtualgl.org ) | 3.0.1 | 2023-10-16 |
66
66
| [ libwebp] ( https://github.com/webmproject/libwebp ) | 1.3.2 | 2023-09-13 |
67
67
| [ libjxl] ( https://github.com/libjxl/libjxl ) | 0.8.2 | 2023-06-14 |
68
- | [ sqlite] ( http://sqlite.org ) | 3.43.1 | 2023-10-10 |
68
+ | [ sqlite] ( http://sqlite.org ) | 3.43.2 | 2023-10-10 |
69
69
| [ woff2] ( https://github.com/google/woff2 ) | 1.0.2 | 2017-11-13 |
70
70
| [ freetype] ( https://www.freetype.org ) | 2.13.2 | 2023-08-25 |
71
71
| [ harfbuzz] ( https://github.com/harfbuzz/harfbuzz ) | 8.2.2 | 2023-10-17 |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ index 000000000..4adbe8795
21
21
@@ -0,0 +1,209 @@
22
22
+ cmake_minimum_required(VERSION 3.10)
23
23
+
24
- + project(sqlite VERSION 3.41 .2 LANGUAGES C)
24
+ + project(sqlite VERSION 3.43 .2 LANGUAGES C)
25
25
+
26
26
+ option(ENABLE_THREADSAFE "Whether to support threadsafe operation" OFF)
27
27
+ option(ENABLE_LOAD_EXTENSION "Whether to support loadable extensions" ON)
You can’t perform that action at this time.
0 commit comments