[sqlite3] update to 3.47.2 (#42590)

This commit is contained in:
c8ef 2024-12-10 03:16:21 +08:00 committed by GitHub
parent 4fbfcffceb
commit d77feb3b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ string(REGEX REPLACE "^([0-9]+),0*([0-9][0-9]),0*([0-9][0-9]),0*([0-9][0-9])," "
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2024/sqlite-autoconf-${SQLITE_VERSION}.tar.gz"
FILENAME "sqlite-autoconf-${SQLITE_VERSION}.zip"
SHA512 2392213c365bc3a6261b5d1036d159b6890fe63b40e14f93d6b609e1054f1503e9a6f918775e1757a216195b50c591f5b6108f8f3c7f3c290edff082d5c1c7f0
SHA512 9f311e7834330d112a633a9ae7c211c602b36b6c44f94a7ff7463217da8f09ba2c469d1f2ca38da5ba88358c40e328a8958c1e4ad466b016f3bd2799ef2431e2
)
vcpkg_extract_source_archive(

View File

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

View File

@ -8657,7 +8657,7 @@
"port-version": 0
},
"sqlite3": {
"baseline": "3.47.1",
"baseline": "3.47.2",
"port-version": 0
},
"sqlitecpp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b22957f23065a61c8f640a9f9763b4fd48b63c01",
"version": "3.47.2",
"port-version": 0
},
{
"git-tree": "ef39e966abbf321796ecc637ffbd997c6f59aa36",
"version": "3.47.1",