Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 473ce1d

Browse files
committed
Issue #28028: Update OS X installers to use SQLite 3.14.2.
Patch by Mariatta Wijaya.
1 parent 5646648 commit 473ce1d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ def library_recipes():
315315
),
316316
),
317317
dict(
318-
name="SQLite 3.14.1",
319-
url="https://www.sqlite.org/2016/sqlite-autoconf-3140100.tar.gz",
320-
checksum='3634a90a3f49541462bcaed3474b2684',
318+
name="SQLite 3.14.2",
319+
url="https://www.sqlite.org/2016/sqlite-autoconf-3140200.tar.gz",
320+
checksum='90c53cacb811db27f990b8292bd96159',
321321
extra_cflags=('-Os '
322322
'-DSQLITE_ENABLE_FTS5 '
323323
'-DSQLITE_ENABLE_FTS4 '

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Build
116116

117117
- Issue #28444: Fix missing extensions modules when cross compiling.
118118

119-
- Issue #28208: Update Windows build to use SQLite 3.14.2.0.
119+
- Issue #28208: Update Windows build and OS X installers to use SQLite 3.14.2.
120120

121121
- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
122122

0 commit comments

Comments
 (0)