sqlite3: update to 3.39.2 (#26280)

This commit is contained in:
MSP-Greg 2022-08-12 17:45:09 -05:00 committed by GitHub
parent 72e0e47ae5
commit 7d21ec61e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Be sure to update both of these versions together.
set(SQLITE_VERSION 3390100)
set(PKGCONFIG_VERSION 3.39.1)
set(SQLITE_HASH e36f30839e0884d021f05f1220a6cf8956156bb00f1f661dcdbe1771ddeb7836e8348034c5e993194a5f28167affda2add6922b6aff4921854bbe566b2254a84)
set(SQLITE_VERSION 3390200)
set(PKGCONFIG_VERSION 3.39.2)
set(SQLITE_HASH a8fb7903cdc985d17b421035d6affe16795382085d7eb70428bdbbb4abc7ea6674aa251d4e532b531733c195e8867bfbd3c5556824c76cf321f8bc617bad6a32)
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2022/sqlite-amalgamation-${SQLITE_VERSION}.zip"
@ -69,4 +69,4 @@ if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/sqlite3.h" "# define SQLITE_API\n" "# define SQLITE_API __declspec(dllimport)\n")
endif()
file(WRITE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright "SQLite is in the Public Domain.\nhttp://www.sqlite.org/copyright.html\n")
file(WRITE "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" "SQLite is in the Public Domain.\nhttp://www.sqlite.org/copyright.html\n")

View File

@ -1,6 +1,6 @@
{
"name": "sqlite3",
"version": "3.39.1",
"version": "3.39.2",
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://github.com/sqlite/sqlite",
"license": "blessing",

View File

@ -6861,7 +6861,7 @@
"port-version": 0
},
"sqlite3": {
"baseline": "3.39.1",
"baseline": "3.39.2",
"port-version": 0
},
"sqlitecpp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b673cfda60055677c42fe66cdd0655ad4a1110dd",
"version": "3.39.2",
"port-version": 0
},
{
"git-tree": "ccab102efea1120dc2140b4c0519676a65c055b6",
"version": "3.39.1",