Skip to content

Commit

Permalink
[sqlite3] update to 3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pravic committed Apr 24, 2018
1 parent 182450a commit cde623c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/sqlite3/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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 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
Expand Down

0 comments on commit cde623c

Please sign in to comment.