Skip to content

Commit dbea5d7

Browse files
committed
downloads: upgrade to SQLite 3.29
1 parent 10489fd commit dbea5d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cpython-unix/build-sqlite.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ROOT=`pwd`
99

1010
export PATH=${TOOLS_PATH}/${TOOLCHAIN}/bin:${TOOLS_PATH}/host/bin:$PATH
1111

12-
tar -xf sqlite-autoconf-3280000.tar.gz
13-
pushd sqlite-autoconf-3280000
12+
tar -xf sqlite-autoconf-${SQLITE_VERSION}.tar.gz
13+
pushd sqlite-autoconf-${SQLITE_VERSION}
1414

1515
CFLAGS="-fPIC" CPPFLAGS="-fPIC" ./configure \
1616
--prefix /tools/deps \

pythonbuild/downloads.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@
309309
"version": "41.0.1",
310310
},
311311
"sqlite": {
312-
"url": "https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
313-
"size": 2810415,
314-
"sha256": "d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3",
315-
"version": "3280000",
316-
"actual_version": "3.28.0.0",
312+
"url": "https://www.sqlite.org/2019/sqlite-autoconf-3290000.tar.gz",
313+
"size": 2833613,
314+
"sha256": "8e7c1e2950b5b04c5944a981cb31fffbf9d2ddda939d536838ebc854481afd5b",
315+
"version": "3290000",
316+
"actual_version": "3.29.0.0",
317317
"library_names": ["sqlite3"],
318318
"licenses": [],
319319
"license_file": "LICENSE.sqlite.txt",

0 commit comments

Comments
 (0)