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 <volker.hilsheimer@qt.io>
(cherry picked from commit 542e7da817b1b0204ab6e8fdac802949e161cce5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Andy Shaw 2020-06-04 11:51:42 +02:00 committed by Qt Cherry-pick Bot
parent 33c98d8fff
commit c74799fa59

View File

@ -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."
}