mirror of
https://github.com/python/cpython.git
synced 2025-10-27 19:54:38 +00:00
[3.14] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#137436)
Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
25ae1af55e
commit
9b8826b2c7
8 changed files with 13 additions and 11 deletions
|
|
@ -359,9 +359,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.49.1",
|
||||
url="https://sqlite.org/2025/sqlite-autoconf-3490100.tar.gz",
|
||||
checksum="106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254",
|
||||
name="SQLite 3.50.4",
|
||||
url="https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz",
|
||||
checksum="a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18",
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue