mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
This commit is contained in:
parent
db8843f36e
commit
2515edd7cf
2 changed files with 5 additions and 3 deletions
|
@ -283,9 +283,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.8.3",
|
||||
url="http://www.sqlite.org/2014/sqlite-autoconf-3080300.tar.gz",
|
||||
checksum='11572878dc0ac74ae370367a464ab5cf',
|
||||
name="SQLite 3.8.3.1",
|
||||
url="http://www.sqlite.org/2014/sqlite-autoconf-3080301.tar.gz",
|
||||
checksum='509ff98d8dc9729b618b7e96612079c6',
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue