Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea786a8

Browse files
authored
bpo-46907: Update macOS installer to SQLite 3.38.1. (pythonGH-31656)
1 parent 7015541 commit ea786a8

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.37.2",
362-
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
363-
checksum='683cc5312ee74e71079c14d24b7a6d27',
361+
name="SQLite 3.38.1",
362+
url="https://sqlite.org/2022/sqlite-autoconf-3380100.tar.gz",
363+
checksum="5af57892dc0993af596bef56931db23f",
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.38.1.

0 commit comments

Comments
 (0)