bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)
This commit is contained in:
parent
1470edd613
commit
c94ee13ad5
|
@ -357,9 +357,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.33.0",
|
||||
url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
|
||||
checksum='842a8a100d7b01b09e543deb2b7951dd',
|
||||
name="SQLite 3.34.0",
|
||||
url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
|
||||
checksum='7f33c9db7b713957fcb9271fe9049fef',
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to use SQLite 3.34.0.
|
Loading…
Reference in New Issue