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

Skip to content

Commit 2aa15d8

Browse files
committed
Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
1 parent 25ff287 commit 2aa15d8

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ def library_recipes():
283283
),
284284
),
285285
dict(
286-
name="SQLite 3.8.1",
287-
url="http://www.sqlite.org/2013/sqlite-autoconf-3080100.tar.gz",
288-
checksum='8b5a0a02dfcb0c7daf90856a5cfd485a',
286+
name="SQLite 3.8.3",
287+
url="http://www.sqlite.org/2014/sqlite-autoconf-3080300.tar.gz",
288+
checksum='11572878dc0ac74ae370367a464ab5cf',
289289
extra_cflags=('-Os '
290290
'-DSQLITE_ENABLE_FTS4 '
291291
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ Tools/Demos
149149
input and output sections of the block, allowing external tools to verify
150150
that the input has not changed (and thus the output is not out-of-date).
151151

152+
Build
153+
-----
154+
155+
- Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
156+
152157

153158
What's New in Python 3.4.0 Beta 3?
154159
==================================

0 commit comments

Comments
 (0)