8000 bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-310… · python/cpython@a22dd00 · GitHub
[go: up one dir, main page]

Skip to content

Commit a22dd00

Browse files
miss-islingtonkumaraditya303Erlend Egeberg Aasland
authored
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) (GH-31059)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> (cherry picked from commit 519eb6a)
1 parent 7368ca1 commit a22dd00

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ def library_recipes():
356356
),
357357
),
358358
dict(
359-
name="SQLite 3.35.5",
360-
url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
361-
checksum='d1d1aba394c8e0443077dc9f1a681bb8',
359+
name="SQLite 3.37.2",
360+
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
361+
checksum='683cc5312ee74e71079c14d24b7a6d27',
362362
extra_cflags=('-Os '
363363
'-DSQLITE_ENABLE_FTS5 '
364364
'-DSQLITE_ENABLE_FTS4 '
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to SQLite 3.37.2.

0 commit comments

Comments
 (0)
0