From 2cc4ca3d831bcf2b87268b09346a2aede74dbfc6 Mon Sep 17 00:00:00 2001 From: pastdue <30942300+past-due@users.noreply.github.com> Date: Fri, 11 Jun 2021 13:00:19 -0400 Subject: [sqlite3] Update to 3.35.5 (#18374) * [sqlite3] Update to 3.35.5 * Run x-add-version sqlite3 --- ports/sqlite3/portfile.cmake | 4 ++-- ports/sqlite3/vcpkg.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'ports/sqlite3') diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index a813672f9..49322da59 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,5 +1,5 @@ -set(SQLITE_VERSION 3350400) -set(SQLITE_HASH 1e11c7fa11256a3ac862661e5992211fd29789dba37abfc40e1e39b5e00f7b029a9918e71e8a332e65338142cc62b9dc3d79adf2be28284e1934707e1332b4c6) +set(SQLITE_VERSION 3350500) +set(SQLITE_HASH 9684fee89224f0c975c280cb6b2c64adb040334bc5517dfe0e354b0557459fa3ae642c4289a7a5265f65b3ad5b6747db8068a1e5172fbb8edec7f6d964ecbb20) 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 3799fa31e..60d162c85 100644 --- a/ports/sqlite3/vcpkg.json +++ b/ports/sqlite3/vcpkg.json @@ -1,7 +1,6 @@ { "name": "sqlite3", - "version": "3.35.4", - "port-version": 1, + "version": "3.35.5", "description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.", "homepage": "https://sqlite.org/", "features": { -- cgit v1.2.3