diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-09-11 04:41:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-11 04:41:39 -0700 |
| commit | aa3ac29406ab171f808a2e950b0f4222dac310ef (patch) | |
| tree | 22d27add812b7c8494a6eee5e9989efcb8a6e379 | |
| parent | c48bb788b56194c187f1edf3a7433d24fc3041d5 (diff) | |
| parent | 601661ec323808afad4c3588a5a2473eb86a0eb4 (diff) | |
| download | vcpkg-aa3ac29406ab171f808a2e950b0f4222dac310ef.tar.gz vcpkg-aa3ac29406ab171f808a2e950b0f4222dac310ef.zip | |
Merge pull request #1811 from pravic/sqlite
[sqlite3] update to 3.20.1
| -rw-r--r-- | ports/sqlite3/CONTROL | 6 | ||||
| -rw-r--r-- | ports/sqlite3/portfile.cmake | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL index e3a4470c7..b444a953a 100644 --- a/ports/sqlite3/CONTROL +++ b/ports/sqlite3/CONTROL @@ -1,3 +1,3 @@ -Source: sqlite3
-Version: 3.19.1-2
-Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
+Source: sqlite3 +Version: 3.20.1 +Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index 768cd83a6..4bb53ef80 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,7 +1,7 @@ include(vcpkg_common_functions)
-set(SQLITE_VERSION 3190100)
-set(SQLITE_HASH 14064707d9ca029131ec92863026748e184ad4d6ca9d25e941fc254d9ad24f1451fc5fae6516603a420925aab1736e3fb92085f03d8dc47ec913839e158652c4)
+set(SQLITE_VERSION 3200100)
+set(SQLITE_HASH 66c325fec1c13ed5360899aa3e3a7a67d2b79d24dde954df7df7179c4d07e7b20edf831cc7107df863f3f8b0f30d21b934fcd0f7ea7b74409abbc0060bc28f7b)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/sqlite-amalgamation-${SQLITE_VERSION})
vcpkg_download_distfile(ARCHIVE
|
