Skip to content

Commit 66c1c78

Browse files
committed
Update sqlite to v3.47.0
1 parent 3c44ce8 commit 66c1c78

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.3 | 2024-05-08 |
6666
| [libwebp](https://github.com/webmproject/libwebp) | 1.4.0 | 2024-04-12 |
6767
| [libjxl](https://github.com/libjxl/libjxl) | 0.11.0 | 2024-09-13 |
68-
| [sqlite](http://sqlite.org) | 3.46.1 | 2024-08-13 |
68+
| [sqlite](http://sqlite.org) | 3.47.0 | 2024-10-21 |
6969
| [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 |
7070
| [freetype](https://www.freetype.org) | 2.13.3 | 2024-08-12 |
7171
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 10.0.1 | 2024-09-24 |

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 4f8326cea68010bc14863ad99d7c0789640b592a Mon Sep 17 00:00:00 2001
1+
From e4d8f9aa230c7319b14ef5fcb62744cb2fc2c19b Mon Sep 17 00:00:00 2001
22
From: Don Olmstead <don.j.olmstead@gmail.com>
33
Date: Tue, 21 Mar 2023 17:20:21 -0700
44
Subject: [PATCH] Add CMake build
@@ -394,4 +394,4 @@ index 0000000000..2dde3123c4
394394
+/* Define for large files, on AIX-style hosts. */
395395
+#cmakedefine _LARGE_FILES
396396
--
397-
2.46.0.windows.1
397+
2.47.0.windows.1

ports/sqlite3/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(VERSION 3.46.01)
1+
set(VERSION 3.47.00)
22
string(REPLACE "." "" TAG ${VERSION})
33
string(CONCAT TAG ${TAG} "00")
44

@@ -10,7 +10,7 @@ set(URLS "https://sqlite.org/2024/${FILENAME}")
1010
vcpkg_download_distfile(ARCHIVE
1111
URLS ${URLS}
1212
FILENAME ${FILENAME}
13-
SHA512 731e91d39f6339bf4d4623b5b898ff2851e6b7bd70ec82a81e3d3f4ce1f5a4940f0fee4449cda96e3d4159f3b0c60ad6d485e4e1b06a2e8539f505668b923e8d
13+
SHA512 3ee88204cd12a20b649fe53ca5dbe97b2c36436f9de00b4c010d0f221a0d00df7653acbd9c4cbd2d85b568be804499b9879463748dc5d097aa35fa08606efa84
1414
)
1515

1616
# Patches

ports/sqlite3/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlite3",
3-
"version": "3.46.1",
3+
"version": "3.47.0",
44
"description": "SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private.",
55
"homepage": "https://sqlite.org",
66
"dependencies": [

0 commit comments

Comments
 (0)