Skip to content

Commit 797d410

Browse files
committed
pythonbuild: upgrade to SQLite 3.28 from 3.26
1 parent b0fee23 commit 797d410

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

cpython-linux/build-sqlite.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export PATH=/tools/${TOOLCHAIN}/bin:/tools/host/bin:$PATH
1111
export CC=clang
1212
export CXX=clang++
1313

14-
tar -xf sqlite-autoconf-3260000.tar.gz
15-
pushd sqlite-autoconf-3260000
14+
tar -xf sqlite-autoconf-3280000.tar.gz
15+
pushd sqlite-autoconf-3280000
1616

1717
CFLAGS="-fPIC" CPPFLAGS="-fPIC" ./configure --prefix /tools/deps
1818

cpython-macos/build-sqlite.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ROOT=`pwd`
1010
export CC=clang
1111
export CXX=clang++
1212

13-
tar -xf sqlite-autoconf-3260000.tar.gz
14-
pushd sqlite-autoconf-3260000
13+
tar -xf sqlite-autoconf-3280000.tar.gz
14+
pushd sqlite-autoconf-3280000
1515

1616
CFLAGS="-fPIC" CPPFLAGS="-fPIC" ./configure --prefix /
1717

pythonbuild/downloads.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@
213213
'sha256': 'a01a493ed8946fc1c15f63e74fc53299b26ebf705938b4d04a388a746dfdbf9e',
214214
},
215215
'sqlite': {
216-
'url': 'https://www.sqlite.org/2018/sqlite-autoconf-3260000.tar.gz',
217-
'size': 2779667,
218-
'sha256': '5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d',
219-
'version': '3260000',
220-
'actual_version': '3.26.0.0',
216+
'url': 'https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz',
217+
'size': 2810415,
218+
'sha256': 'd61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3',
219+
'version': '3280000',
220+
'actual_version': '3.28.0.0',
221221
},
222222
'strawberryperl': {
223223
'url': 'http://strawberryperl.com/download/5.28.1.1/strawberry-perl-5.28.1.1-32bit-portable.zip',

0 commit comments

Comments
 (0)