Skip to content

Commit

Permalink
Update sqlite to v3.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Oct 21, 2024
1 parent 3c44ce8 commit 66c1c78
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ the requirements.
| [libjpeg-turbo](http://libjpeg-turbo.virtualgl.org) | 3.0.3 | 2024-05-08 |
| [libwebp](https://github.com/webmproject/libwebp) | 1.4.0 | 2024-04-12 |
| [libjxl](https://github.com/libjxl/libjxl) | 0.11.0 | 2024-09-13 |
| [sqlite](http://sqlite.org) | 3.46.1 | 2024-08-13 |
| [sqlite](http://sqlite.org) | 3.47.0 | 2024-10-21 |
| [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 |
| [freetype](https://www.freetype.org) | 2.13.3 | 2024-08-12 |
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 10.0.1 | 2024-09-24 |
Expand Down
4 changes: 2 additions & 2 deletions ports/sqlite3/patches/0001-Add-CMake-build.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 4f8326cea68010bc14863ad99d7c0789640b592a Mon Sep 17 00:00:00 2001
From e4d8f9aa230c7319b14ef5fcb62744cb2fc2c19b Mon Sep 17 00:00:00 2001
From: Don Olmstead <[email protected]>
Date: Tue, 21 Mar 2023 17:20:21 -0700
Subject: [PATCH] Add CMake build
Expand Down Expand Up @@ -394,4 +394,4 @@ index 0000000000..2dde3123c4
+/* Define for large files, on AIX-style hosts. */
+#cmakedefine _LARGE_FILES
--
2.46.0.windows.1
2.47.0.windows.1
4 changes: 2 additions & 2 deletions ports/sqlite3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 3.46.01)
set(VERSION 3.47.00)
string(REPLACE "." "" TAG ${VERSION})
string(CONCAT TAG ${TAG} "00")

Expand All @@ -10,7 +10,7 @@ set(URLS "https://sqlite.org/2024/${FILENAME}")
vcpkg_download_distfile(ARCHIVE
URLS ${URLS}
FILENAME ${FILENAME}
SHA512 731e91d39f6339bf4d4623b5b898ff2851e6b7bd70ec82a81e3d3f4ce1f5a4940f0fee4449cda96e3d4159f3b0c60ad6d485e4e1b06a2e8539f505668b923e8d
SHA512 3ee88204cd12a20b649fe53ca5dbe97b2c36436f9de00b4c010d0f221a0d00df7653acbd9c4cbd2d85b568be804499b9879463748dc5d097aa35fa08606efa84
)

# Patches
Expand Down
2 changes: 1 addition & 1 deletion ports/sqlite3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlite3",
"version": "3.46.1",
"version": "3.47.0",
"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.",
"homepage": "https://sqlite.org",
"dependencies": [
Expand Down

0 comments on commit 66c1c78

Please sign in to comment.