File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 '
Original file line number Diff line number Diff 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
153158What's New in Python 3.4.0 Beta 3?
154159==================================
You can’t perform that action at this time.
0 commit comments