summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2020-06-04 11:51:42 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-06-05 01:22:17 +0000
commitc74799fa596c5392b6064eeec40f44118fd037fa (patch)
tree7b1815b092772cfc6a39577e67f677d2905116d9 /src
parent33c98d8fffc726c1e178d2293d11fcd34f336006 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/sqlite/qt_attribution.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/sqlite/qt_attribution.json b/src/3rdparty/sqlite/qt_attribution.json
index e60605a5e8..8d079b3bc1 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."
}