diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-06-13 10:46:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-13 10:46:28 -0700 |
| commit | 3152af9025cc1413d23340a1e70a0eaa4ac453d6 (patch) | |
| tree | fc6fcc2dea891bec5f9ee0552a99a7529cfdedc7 | |
| parent | 2a0bf9c488d5291e82a37d19d4b0f81e79678f0d (diff) | |
| parent | b2c295ed4e212ee14358e441df2193508a5f40cf (diff) | |
| download | vcpkg-3152af9025cc1413d23340a1e70a0eaa4ac453d6.tar.gz vcpkg-3152af9025cc1413d23340a1e70a0eaa4ac453d6.zip | |
Merge pull request #3661 from pravic/sqlite
[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
|
