[sqlite3] Update to 3.29.0 (#7342)

This commit is contained in:
Kevin Lu 2019-07-22 02:28:45 -04:00 committed by Phil Christensen
parent 031dd7610f
commit 2abd03cce8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: sqlite3
Version: 3.28.0-2
Version: 3.29.0-1
Homepage: https://sqlite.org/
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

View File

@ -1,7 +1,7 @@
include(vcpkg_common_functions)
set(SQLITE_VERSION 3280000)
set(SQLITE_HASH 6a2b9c0accd286b09d7e077393a627e22112ef11c76ff6a5896f5ff1a11eb62a8b2700f5a99eebda82df63b3968814ca460582aa4619852f96a899d2f59b9f8d)
set(SQLITE_VERSION 3290000)
set(SQLITE_HASH 3306ac3e37ec46f1b2ac74155756c82afadff7bf5b8b4c9b5516f5e8c1c785b5f50ec9b840482292f2f6c5d72cf6d9a78a0dfb727f0a9cf134b6c5522606e9b3 )
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2019/sqlite-amalgamation-${SQLITE_VERSION}.zip"