mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[sqlite3] Update to 3.51.2 (#49377)
This commit is contained in:
@@ -2,9 +2,9 @@ string(REGEX REPLACE "^([0-9]+)[.]([0-9]+)[.]([0-9]+)[.]([0-9]+)" "\\1,0\\2,0\\3
|
||||
string(REGEX REPLACE "^([0-9]+),0*([0-9][0-9]),0*([0-9][0-9]),0*([0-9][0-9])," "\\1\\2\\3\\4" SQLITE_VERSION "${SQLITE_VERSION}")
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://sqlite.org/2025/sqlite-autoconf-${SQLITE_VERSION}.tar.gz"
|
||||
URLS "https://sqlite.org/2026/sqlite-autoconf-${SQLITE_VERSION}.tar.gz"
|
||||
FILENAME "sqlite-autoconf-${SQLITE_VERSION}.tar.gz"
|
||||
SHA512 a19552745106d04350d5f45a1d639a9bfb6d7f37da36096e45ccc2be43b243f477d75ce95ce00f893ddc23c3cb119f9e66f9dc045184246195f5cb0ebb8812ee
|
||||
SHA512 0f59037e537543154711fdfa5707592658121e8b0973eb07396a9fb980e6c0c822717d0a787c564ebd6bf7383a3388f128fce6adbbf98b417909855d42ac8710
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"version": "3.51.1",
|
||||
"version": "3.51.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",
|
||||
|
||||
@@ -9377,7 +9377,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sqlite3": {
|
||||
"baseline": "3.51.1",
|
||||
"baseline": "3.51.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"sqlitecpp": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d0e0bbbc0e52c9aeb727d03d053fc9410f15e417",
|
||||
"version": "3.51.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "39e9cf81e927e833b98f6d905782f9d14cdd4c6d",
|
||||
"version": "3.51.1",
|
||||
|
||||
Reference in New Issue
Block a user