Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Mac/BuildScript/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to use SQLite 3.28.0.