mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 20:33:03 +08:00
update sqlite3 to 3.32 (#11635)
This commit is contained in:
parent
fdff19f9a1
commit
53a17b9885
@ -1,5 +1,5 @@
|
||||
Source: sqlite3
|
||||
Version: 3.31.1-1
|
||||
Version: 3.32.0-0
|
||||
Homepage: https://sqlite.org/
|
||||
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
set(SQLITE_VERSION 3310100)
|
||||
set(SQLITE_HASH 3a44168a9973896d26880bc49469c3b9a120fd39dbeb27521c216b900fd32c5b3ca19ba51648e8c7715899b173cf01b4ae6e03a16cb3a7058b086147389437af )
|
||||
set(SQLITE_VERSION 3320000)
|
||||
set(SQLITE_HASH cf176859dfe5b6b92f02c8408faf3389fba0bd441308dea058085e031c45ab28377ce5ae519c48efe0ae51a16d4242e8d00461229ed099ee5cc2741a0f32ecd4 )
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://sqlite.org/2020/sqlite-amalgamation-${SQLITE_VERSION}.zip"
|
||||
@ -45,4 +45,4 @@ configure_file(
|
||||
)
|
||||
|
||||
file(WRITE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright "SQLite is in the Public Domain.\nhttp://www.sqlite.org/copyright.html\n")
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_copy_pdbs()
|
||||
|
Loading…
Reference in New Issue
Block a user