File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -299,9 +299,9 @@ def library_recipes():
299
299
if PYTHON_3 :
300
300
result .extend ([
301
301
dict (
302
- name = "XZ 5.0.5 " ,
303
- url = "http://tukaani.org/xz/xz-5.0.5 .tar.gz" ,
304
- checksum = '19d924e066b6fff0bc9d1981b4e53196 ' ,
302
+ name = "XZ 5.2.2 " ,
303
+ url = "http://tukaani.org/xz/xz-5.2.2 .tar.gz" ,
304
+ checksum = '7cf6a8544a7dae8e8106fdf7addfa28c ' ,
305
305
configure_pre = [
306
306
'--disable-dependency-tracking' ,
307
307
]
@@ -344,10 +344,11 @@ def library_recipes():
344
344
),
345
345
),
346
346
dict (
347
- name = "SQLite 3.8.11 " ,
348
- url = "https://www.sqlite.org/2015 /sqlite-autoconf-3081100 .tar.gz" ,
349
- checksum = '77b451925121028befbddbf45ea2bc49 ' ,
347
+ name = "SQLite 3.14.1 " ,
348
+ url = "https://www.sqlite.org/2016 /sqlite-autoconf-3140100 .tar.gz" ,
349
+ checksum = '3634a90a3f49541462bcaed3474b2684 ' ,
350
350
extra_cflags = ('-Os '
351
+ '-DSQLITE_ENABLE_FTS5 '
351
352
'-DSQLITE_ENABLE_FTS4 '
352
353
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
353
354
'-DSQLITE_ENABLE_RTREE '
Original file line number Diff line number Diff line change @@ -182,6 +182,8 @@ Build
182
182
- Issue #25825: Update references to the $(LIBPL) installation path on AIX.
183
183
This path was changed in 3.2a4.
184
184
185
+ - Update OS X installer to use SQLite 3.14.1 and XZ 5.2.2.
186
+
185
187
Windows
186
188
-------
187
189
You can’t perform that action at this time.
0 commit comments