mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[sqlite3] update to 3.47.2 (#42590)
This commit is contained in:
parent
4fbfcffceb
commit
d77feb3b57
@ -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(
|
||||
|
@ -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",
|
||||
|
@ -8657,7 +8657,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sqlite3": {
|
||||
"baseline": "3.47.1",
|
||||
"baseline": "3.47.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"sqlitecpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b22957f23065a61c8f640a9f9763b4fd48b63c01",
|
||||
"version": "3.47.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ef39e966abbf321796ecc637ffbd997c6f59aa36",
|
||||
"version": "3.47.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user