[sqlite3] Update to 3.28.0 (#6921)

This commit is contained in:
Kevin Lu 2019-06-17 13:32:14 -04:00 committed by Phil Christensen
parent 1dbb58814f
commit 8de7aa1633
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: sqlite3
Version: 3.27.2
Version: 3.28.0
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 3270200)
set(SQLITE_HASH f84a6a3101c989164f17b85a6c2674ae2728a75d70daf5e33627a6eaa399adaf763deb968d891ad0660f1ebe660d27fbd55ace379d807f3bb8af4e95c01b68c4)
set(SQLITE_VERSION 3280000)
set(SQLITE_HASH 6a2b9c0accd286b09d7e077393a627e22112ef11c76ff6a5896f5ff1a11eb62a8b2700f5a99eebda82df63b3968814ca460582aa4619852f96a899d2f59b9f8d)
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2019/sqlite-amalgamation-${SQLITE_VERSION}.zip"