diff options
| author | pastdue <30942300+past-due@users.noreply.github.com> | 2021-03-23 17:26:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 14:26:40 -0700 |
| commit | ce860929a8ec3825190cd31efc3716a26b9c8b38 (patch) | |
| tree | 6fe4501b8056da8873473662fbd031ec410e651a /ports/sqlite3 | |
| parent | f56e9dbaebe9e1d4e86948882ca9b0f1c363c6ab (diff) | |
| download | vcpkg-ce860929a8ec3825190cd31efc3716a26b9c8b38.tar.gz vcpkg-ce860929a8ec3825190cd31efc3716a26b9c8b38.zip | |
[sqlite3] Update to 3.35.2 (#16834)
* [sqlite3] Update to 3.35.2
* Run x-add-version sqlite3
Diffstat (limited to 'ports/sqlite3')
| -rw-r--r-- | ports/sqlite3/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/sqlite3/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index f440a1256..c4d86e871 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,5 +1,5 @@ -set(SQLITE_VERSION 3350000)
-set(SQLITE_HASH 056df66675d7c654c4ccb72448387a99587a2ac2fbf97d55ab5883fa3583e8f1b3574c92dd93a5f9d702abd439640809e427b92abfe15c5e88bbf0f3555e80a9)
+set(SQLITE_VERSION 3350200)
+set(SQLITE_HASH fbf09a5005377d48e30a578b824aa6a99c8b0d50bdf62c4677148a4f547f936923aa3c999953d18f4c6585b807bde064cf73d8767cb1afac7a107d1234043df2)
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2021/sqlite-amalgamation-${SQLITE_VERSION}.zip"
diff --git a/ports/sqlite3/vcpkg.json b/ports/sqlite3/vcpkg.json index 8e6903908..bbe681e6c 100644 --- a/ports/sqlite3/vcpkg.json +++ b/ports/sqlite3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sqlite3", - "version": "3.35.0", + "version": "3.35.2", "description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.", "homepage": "https://sqlite.org/", "features": { |
