Commit 2515edd7 authored by Ned Deily's avatar Ned Deily

Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.

parent db8843f3
...@@ -283,9 +283,9 @@ def library_recipes(): ...@@ -283,9 +283,9 @@ def library_recipes():
), ),
), ),
dict( dict(
name="SQLite 3.8.3", name="SQLite 3.8.3.1",
url="http://www.sqlite.org/2014/sqlite-autoconf-3080300.tar.gz", url="http://www.sqlite.org/2014/sqlite-autoconf-3080301.tar.gz",
checksum='11572878dc0ac74ae370367a464ab5cf', checksum='509ff98d8dc9729b618b7e96612079c6',
extra_cflags=('-Os ' extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS4 ' '-DSQLITE_ENABLE_FTS4 '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS ' '-DSQLITE_ENABLE_FTS3_PARENTHESIS '
......
...@@ -46,6 +46,8 @@ Build ...@@ -46,6 +46,8 @@ Build
uninstalling pip (rather than failing) if the user has updated pip to a uninstalling pip (rather than failing) if the user has updated pip to a
different version from the one bundled with ensurepip. different version from the one bundled with ensurepip.
- Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
Tools/Demos Tools/Demos
----------- -----------
......
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