From c74799fa596c5392b6064eeec40f44118fd037fa Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Thu, 4 Jun 2020 11:51:42 +0200 Subject: [PATCH] Update the qt_attribution.json for SQLite This got forgotten when SQLite was upgraded to v3.32.1, so this amends e10e989ce83027f2f620bb6948be4948f3c91e76 Change-Id: I75799b6c55bc39c4cc050b5eb18a99d9f197410c Reviewed-by: Volker Hilsheimer (cherry picked from commit 542e7da817b1b0204ab6e8fdac802949e161cce5) Reviewed-by: Qt Cherry-pick Bot --- src/3rdparty/sqlite/qt_attribution.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/sqlite/qt_attribution.json b/src/3rdparty/sqlite/qt_attribution.json index e60605a5e87..8d079b3bc1a 100644 --- a/src/3rdparty/sqlite/qt_attribution.json +++ b/src/3rdparty/sqlite/qt_attribution.json @@ -6,8 +6,8 @@ "Description": "SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.", "Homepage": "https://www.sqlite.org/", - "Version": "3.31.1", - "DownloadLocation": "https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip", + "Version": "3.32.1", + "DownloadLocation": "https://www.sqlite.org/2020/sqlite-amalgamation-3320100.zip", "License": "Public Domain", "Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed." }