mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:29:00 +08:00
[sqlite3] update to 3.47.0 (#41758)
This commit is contained in:
parent
c8f60c56e8
commit
a39a21bfaa
@ -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 a5ba5af9c8d6440d39ba67e3d5903c165df3f1d111e299efbe7c1cca4876d4d5aecd722e0133670daa6eb5cbf8a85c6a3d9852ab507a393615fb5245a3e1a743
|
||||
SHA512 698e28a3f1c3da5b45b86a0b50f84c696658d4e56ab45f5cc65dce995601c3bcf1c0050386a1fc08b4b0e0f508e8a046e5c8317b09fe805154b76437e73f8f0e
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"version": "3.46.1",
|
||||
"version": "3.47.0",
|
||||
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
|
||||
"homepage": "https://sqlite.org/",
|
||||
"license": "blessing",
|
||||
|
@ -8593,7 +8593,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sqlite3": {
|
||||
"baseline": "3.46.1",
|
||||
"baseline": "3.47.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"sqlitecpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e1627228f6b8f4dd39e51e29b34c7b5ea1c304ba",
|
||||
"version": "3.47.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9cc1e5365321142755736cbc5a61cfa194f5b297",
|
||||
"version": "3.46.1",
|
||||
|
Loading…
Reference in New Issue
Block a user