Skip to content

Commit

Permalink
Merge pull request microsoft#1811 from pravic/sqlite
Browse files Browse the repository at this point in the history
[sqlite3] update to 3.20.1
  • Loading branch information
alexkaratarakis authored Sep 11, 2017
2 parents c48bb78 + 601661e commit aa3ac29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ports/sqlite3/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions ports/sqlite3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aa3ac29

Please sign in to comment.