diff options
| author | pravic <ehysta@gmail.com> | 2018-06-05 21:10:16 +0300 |
|---|---|---|
| committer | pravic <ehysta@gmail.com> | 2018-06-05 21:10:16 +0300 |
| commit | b2c295ed4e212ee14358e441df2193508a5f40cf (patch) | |
| tree | 848cf400c9f9b266b29157c21da7c18f680be9ed | |
| parent | 90db2c72173c7398122e693d797f82736dabd109 (diff) | |
| download | vcpkg-b2c295ed4e212ee14358e441df2193508a5f40cf.tar.gz vcpkg-b2c295ed4e212ee14358e441df2193508a5f40cf.zip | |
[sqlite3] update to 3.24.0
| -rw-r--r-- | ports/sqlite3/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sqlite3/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL index 74d70909b..8676a5628 100644 --- a/ports/sqlite3/CONTROL +++ b/ports/sqlite3/CONTROL @@ -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 diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index bd7bcc15c..64678f549 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -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
|
