diff options
| author | pravic <ehysta@gmail.com> | 2018-04-24 07:14:53 +0300 |
|---|---|---|
| committer | pravic <ehysta@gmail.com> | 2018-04-24 07:14:53 +0300 |
| commit | cde623c774618d8cebed56e08dd0c0106ce0a951 (patch) | |
| tree | 3856e58c2eaf1aa165c578447a55da7354cb565e | |
| parent | 182450ab6434cd2b790780e45f6a6cd060874761 (diff) | |
| download | vcpkg-cde623c774618d8cebed56e08dd0c0106ce0a951.tar.gz vcpkg-cde623c774618d8cebed56e08dd0c0106ce0a951.zip | |
[sqlite3] update to 3.23.1
| -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 a5d76d43b..6dc0714e0 100644 --- a/ports/sqlite3/CONTROL +++ b/ports/sqlite3/CONTROL @@ -1,5 +1,5 @@ Source: sqlite3 -Version: 3.23.0 +Version: 3.23.1 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 d016660ab..bd7bcc15c 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,7 +1,7 @@ include(vcpkg_common_functions)
-set(SQLITE_VERSION 3230000)
-set(SQLITE_HASH bfca2ec16d926c11c9ec052eae41549f1de392582227ca08eb8a01cc36e58ac528c7677fdab253250ba3e0cf6e5cd9d3d0012e5b558be7db91740ac901dae0fe)
+set(SQLITE_VERSION 3230100)
+set(SQLITE_HASH 5784f4dea7f14d7dcf5dd07f0e111c8f0b64ff55c68b32a23fba7a36baf1f095c7a35573fc3b57b84822878218b78f9b0187c4e3f0439d4215471ee5f556eee1)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/sqlite-amalgamation-${SQLITE_VERSION})
vcpkg_download_distfile(ARCHIVE
|
