Merge pull request #3661 from pravic/sqlite

[sqlite3] update to 3.24.0
This commit is contained in:
Alexander Karatarakis 2018-06-13 10:46:28 -07:00 committed by GitHub
commit 3152af9025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: sqlite3
Version: 3.23.1-1
Version: 3.24.0
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
Feature: tool

View File

@ -1,7 +1,7 @@
include(vcpkg_common_functions)
set(SQLITE_VERSION 3230100)
set(SQLITE_HASH 5784f4dea7f14d7dcf5dd07f0e111c8f0b64ff55c68b32a23fba7a36baf1f095c7a35573fc3b57b84822878218b78f9b0187c4e3f0439d4215471ee5f556eee1)
set(SQLITE_VERSION 3240000)
set(SQLITE_HASH c7050bdd33c50b24e8c9fd2409b7bccbdcd8d6f064b435ee34b6c4a4de6283bce2500d4a3aa3821be2069804dff45a575ff331c97b39e02b227ef32e542ed6cb)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/sqlite-amalgamation-${SQLITE_VERSION})
vcpkg_download_distfile(ARCHIVE