Commit 373dace8 authored by animalize's avatar animalize Committed by Ned Deily

[2.7] bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14183)

parent eb8b5592
......@@ -40,7 +40,7 @@ yet integrated into ``build-installer.py``.
* libcrypto and libssl from OpenSSL 1.0.1
* NCurses 5.9
* SQLite 3.7.13
* SQLite 3.28.0
* Oracle Sleepycat DB 4.8 (Python 2.x only)
- uses system-supplied versions of third-party libraries
......
......@@ -311,9 +311,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.22.0",
url="https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz",
checksum='96b5648d542e8afa6ab7ffb8db8ddc3d',
name="SQLite 3.28.0",
url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
checksum='3c68eb400f8354605736cd55400e1572',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
......
Update macOS installer to use SQLite 3.28.0.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment