mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
[sqlite3] update to 3.46.1 (#40435)
This commit is contained in:
parent
956640ec6d
commit
c3f7523208
@ -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 631ffe4b39dffbafdcb8ac09a6a84cd7959505ecc588d8ad9278d0ff0c3ea467f87c11167e1b1a3f56d62178e679780e2be313ae3badae8ea056709d71bd4817
|
||||
SHA512 a5ba5af9c8d6440d39ba67e3d5903c165df3f1d111e299efbe7c1cca4876d4d5aecd722e0133670daa6eb5cbf8a85c6a3d9852ab507a393615fb5245a3e1a743
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"version": "3.46.0",
|
||||
"port-version": 2,
|
||||
"version": "3.46.1",
|
||||
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
|
||||
"homepage": "https://sqlite.org/",
|
||||
"license": "blessing",
|
||||
|
@ -8501,8 +8501,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"sqlite3": {
|
||||
"baseline": "3.46.0",
|
||||
"port-version": 2
|
||||
"baseline": "3.46.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"sqlitecpp": {
|
||||
"baseline": "3.3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9cc1e5365321142755736cbc5a61cfa194f5b297",
|
||||
"version": "3.46.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "54f7fe82339d8c8d79ff2cffd1751084fef85bfc",
|
||||
"version": "3.46.0",
|
||||
|
Loading…
Reference in New Issue
Block a user