[sqlite3] update to 3.40.0 (#27868)

* [sqlite3] update to 3.40.0

* update version

* Use new function

* update version

* remove REF

* update version
This commit is contained in:
JonLiu1993 2022-11-19 05:06:32 +08:00 committed by GitHub
parent 66b18ed3de
commit 83311133c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Be sure to update both of these versions together. # Be sure to update both of these versions together.
set(SQLITE_VERSION 3390200) set(SQLITE_VERSION 3400000)
set(PKGCONFIG_VERSION 3.39.2) set(PKGCONFIG_VERSION 3.40.0)
set(SQLITE_HASH a8fb7903cdc985d17b421035d6affe16795382085d7eb70428bdbbb4abc7ea6674aa251d4e532b531733c195e8867bfbd3c5556824c76cf321f8bc617bad6a32) set(SQLITE_HASH db099793e05ac0f37355c9bd41173fb63cfe20fe4eea49de227d06f6d22064ded38bb8369c495ce06a1ef1e687d41169d93d74359367333622c6893720f3c1f0)
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2022/sqlite-amalgamation-${SQLITE_VERSION}.zip" URLS "https://sqlite.org/2022/sqlite-amalgamation-${SQLITE_VERSION}.zip"
@ -9,10 +9,9 @@ vcpkg_download_distfile(ARCHIVE
SHA512 ${SQLITE_HASH} SHA512 ${SQLITE_HASH}
) )
vcpkg_extract_source_archive_ex( vcpkg_extract_source_archive(
OUT_SOURCE_PATH SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE} ARCHIVE "${ARCHIVE}"
REF ${SQLITE_VERSION}
PATCHES fix-arm-uwp.patch PATCHES fix-arm-uwp.patch
) )

View File

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

View File

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

View File

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