[Python-checkins] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485)

ned-deily webhook-mailer at python.org
Mon Mar 6 20:02:32 EST 2023


https://github.com/python/cpython/commit/f9cdeb7b99d408a2e884101ede576952510bcc9b
commit: f9cdeb7b99d408a2e884101ede576952510bcc9b
branch: main
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2023-03-06T20:02:24-05:00
summary:

gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485)

files:
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 5ea2cfc5183e..63fa21b2b33d 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -361,7 +361,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 '



More information about the Python-checkins mailing list