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

Skip to content

Commit 519eb6a

Browse files
ned-deilykumaraditya303Erlend Egeberg Aasland
authored
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
1 parent 8765b01 commit 519eb6a

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
@@ -358,9 +358,9 @@ def library_recipes():
358358
),
359359
),
360360
dict(
361-
name="SQLite 3.35.5",
362-
url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
363-
checksum='d1d1aba394c8e0443077dc9f1a681bb8',
361+
name="SQLite 3.37.2",
362+
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
363+
checksum='683cc5312ee74e71079c14d24b7a6d27',
364364
extra_cflags=('-Os '
365365
'-DSQLITE_ENABLE_FTS5 '
366366
'-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