Skip to content

Commit

Permalink
[sqlite3] Update to 3.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Oct 12, 2019
1 parent 80aa0ab commit aac5a17
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.29.0-1
Version: 3.30.1
Homepage: https://sqlite.org/
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

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 3290000)
set(SQLITE_HASH 3306ac3e37ec46f1b2ac74155756c82afadff7bf5b8b4c9b5516f5e8c1c785b5f50ec9b840482292f2f6c5d72cf6d9a78a0dfb727f0a9cf134b6c5522606e9b3 )
set(SQLITE_VERSION 3300100)
set(SQLITE_HASH 030b53fe684e0fb8e9747b1f160e5e875807eabb0763caff66fe949ee6aa92f26f409b9b25034d8d1f5cee554a99e56a2bb92129287b0fe0671409babe9d18ea )

vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2019/sqlite-amalgamation-${SQLITE_VERSION}.zip"
Expand Down

0 comments on commit aac5a17

Please sign in to comment.