From 998ecbc9d7e10e3fc7227847afe7c910a52df6e1 Mon Sep 17 00:00:00 2001 From: Kevin Lu <6320810+kevinlul@users.noreply.github.com> Date: Mon, 14 Sep 2020 18:50:15 -0400 Subject: [sqlite3] Update to 3.33.0 (#13501) --- ports/sqlite3/CONTROL | 3 +-- ports/sqlite3/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL index 01df1c91a..e90a64f1d 100644 --- a/ports/sqlite3/CONTROL +++ b/ports/sqlite3/CONTROL @@ -1,6 +1,5 @@ Source: sqlite3 -Version: 3.32.3 -Port-Version: 1 +Version: 3.33.0 Homepage: https://sqlite.org/ Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index 7a1a5775e..ac61e2290 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,5 +1,5 @@ -set(SQLITE_VERSION 3320300) -set(SQLITE_HASH 850c1eed0cfaa016d3db9ef23101d64efeb11bde53848d99fea316e60660621d470dff7c2969e94625ce270ba28f74a55bb05ecb693d057d8bc6815fc6b78a90) +set(SQLITE_VERSION 3330000) +set(SQLITE_HASH a9cb038c82dcafe1b5aa410f60bff21066b3e3456161bc91829a1a3b3b6591e0595209f45d4a6b10b0ad08e88df3f1b2062d4b075205e32d34780da7dea3e07b) vcpkg_download_distfile(ARCHIVE URLS "https://sqlite.org/2020/sqlite-amalgamation-${SQLITE_VERSION}.zip" -- cgit v1.2.3