Skip to content

Commit 9419a21

Browse files
committed
Fix sqlite3 version in files
1 parent e45ef3e commit 9419a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the requirements.
6565
| [libjpeg-turbo](http://libjpeg-turbo.virtualgl.org) | 3.0.1 | 2023-10-16 |
6666
| [libwebp](https://github.com/webmproject/libwebp) | 1.3.2 | 2023-09-13 |
6767
| [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 |
6969
| [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 |
7070
| [freetype](https://www.freetype.org) | 2.13.2 | 2023-08-25 |
7171
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 8.2.2 | 2023-10-17 |

ports/sqlite3/patches/0001-Add-CMake-build.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ index 000000000..4adbe8795
2121
@@ -0,0 +1,209 @@
2222
+cmake_minimum_required(VERSION 3.10)
2323
+
24-
+project(sqlite VERSION 3.41.2 LANGUAGES C)
24+
+project(sqlite VERSION 3.43.2 LANGUAGES C)
2525
+
2626
+option(ENABLE_THREADSAFE "Whether to support threadsafe operation" OFF)
2727
+option(ENABLE_LOAD_EXTENSION "Whether to support loadable extensions" ON)

0 commit comments

Comments
 (0)