summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-03-07 01:32:53 (GMT)
committerGitHub <noreply@github.com>2023-03-07 01:32:53 (GMT)
commit5e6351c1fb193b742e8d05bbf2135c318ff8bb65 (patch)
treec92e12bff2c29a45901a9f9861974a98fe156852
parent4248c24b416151ae85720ba49049452ae292a303 (diff)
downloadcpython-5e6351c1fb193b742e8d05bbf2135c318ff8bb65.zip
cpython-5e6351c1fb193b742e8d05bbf2135c318ff8bb65.tar.gz
cpython-5e6351c1fb193b742e8d05bbf2135c318ff8bb65.tar.bz2
[3.10] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (GH-102489)
(cherry picked from commit f9cdeb7b99d408a2e884101ede576952510bcc9b) Co-authored-by: Ned Deily <nad@python.org>
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 7daead5..114cc10 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -360,7 +360,7 @@ def library_recipes():
dict(
name="SQLite 3.40.1",
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
- checksum="5498af3a357753d473ee713e363fa5b7",
+ checksum="42175b1a1d23529cb133bbd2b5900afd",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '