[sqlite3] update to 3.46.1 (#40435)

This commit is contained in:
c8ef 2024-08-16 15:28:46 +08:00 committed by GitHub
parent 956640ec6d
commit c3f7523208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 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 vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2024/sqlite-autoconf-${SQLITE_VERSION}.tar.gz" URLS "https://sqlite.org/2024/sqlite-autoconf-${SQLITE_VERSION}.tar.gz"
FILENAME "sqlite-autoconf-${SQLITE_VERSION}.zip" FILENAME "sqlite-autoconf-${SQLITE_VERSION}.zip"
SHA512 631ffe4b39dffbafdcb8ac09a6a84cd7959505ecc588d8ad9278d0ff0c3ea467f87c11167e1b1a3f56d62178e679780e2be313ae3badae8ea056709d71bd4817 SHA512 a5ba5af9c8d6440d39ba67e3d5903c165df3f1d111e299efbe7c1cca4876d4d5aecd722e0133670daa6eb5cbf8a85c6a3d9852ab507a393615fb5245a3e1a743
) )
vcpkg_extract_source_archive( vcpkg_extract_source_archive(

View File

@ -1,7 +1,6 @@
{ {
"name": "sqlite3", "name": "sqlite3",
"version": "3.46.0", "version": "3.46.1",
"port-version": 2,
"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://sqlite.org/", "homepage": "https://sqlite.org/",
"license": "blessing", "license": "blessing",

View File

@ -8501,8 +8501,8 @@
"port-version": 2 "port-version": 2
}, },
"sqlite3": { "sqlite3": {
"baseline": "3.46.0", "baseline": "3.46.1",
"port-version": 2 "port-version": 0
}, },
"sqlitecpp": { "sqlitecpp": {
"baseline": "3.3.1", "baseline": "3.3.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "9cc1e5365321142755736cbc5a61cfa194f5b297",
"version": "3.46.1",
"port-version": 0
},
{ {
"git-tree": "54f7fe82339d8c8d79ff2cffd1751084fef85bfc", "git-tree": "54f7fe82339d8c8d79ff2cffd1751084fef85bfc",
"version": "3.46.0", "version": "3.46.0",