Skip to content

Commit

Permalink
pythonbuild: upgrade to SQLite 3.28 from 3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Apr 27, 2019
1 parent b0fee23 commit 797d410
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cpython-linux/build-sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export PATH=/tools/${TOOLCHAIN}/bin:/tools/host/bin:$PATH
export CC=clang
export CXX=clang++

tar -xf sqlite-autoconf-3260000.tar.gz
pushd sqlite-autoconf-3260000
tar -xf sqlite-autoconf-3280000.tar.gz
pushd sqlite-autoconf-3280000

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

Expand Down
4 changes: 2 additions & 2 deletions cpython-macos/build-sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ROOT=`pwd`
export CC=clang
export CXX=clang++

tar -xf sqlite-autoconf-3260000.tar.gz
pushd sqlite-autoconf-3260000
tar -xf sqlite-autoconf-3280000.tar.gz
pushd sqlite-autoconf-3280000

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

Expand Down
10 changes: 5 additions & 5 deletions pythonbuild/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@
'sha256': 'a01a493ed8946fc1c15f63e74fc53299b26ebf705938b4d04a388a746dfdbf9e',
},
'sqlite': {
'url': 'https://www.sqlite.org/2018/sqlite-autoconf-3260000.tar.gz',
'size': 2779667,
'sha256': '5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d',
'version': '3260000',
'actual_version': '3.26.0.0',
'url': 'https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz',
'size': 2810415,
'sha256': 'd61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3',
'version': '3280000',
'actual_version': '3.28.0.0',
},
'strawberryperl': {
'url': 'http://strawberryperl.com/download/5.28.1.1/strawberry-perl-5.28.1.1-32bit-portable.zip',
Expand Down

0 comments on commit 797d410

Please sign in to comment.