Skip to content

Commit c2fdefc

Browse files
committed
VERSION: refresh stale comment (triggers re-vendor workflow)
The hash is pinned (no longer a placeholder); clarify that fetch-sqlite.sh verifies against it and the Vendor workflow re-commits sqlite3.c on a bump. https://claude.ai/code/session_01AdvNtQ7wCMVy8etacVQbjg
1 parent 29b0661 commit c2fdefc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Sources/CSQLite/VERSION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ SQLITE_AMALGAMATION=sqlite-amalgamation-3470200
99
SQLITE_YEAR=2024
1010
# Official SHA3-256 of the amalgamation .zip, copied verbatim from the
1111
# "Source Code" table on https://www.sqlite.org/download.html.
12-
# fetch-sqlite.sh FAILS CLOSED while this is the placeholder unless
13-
# SQLITE_ALLOW_UNPINNED=1 is exported — never relax that in CI.
12+
# fetch-sqlite.sh verifies every download against this hash (fail-closed on a
13+
# mismatch). On a version bump, update all four fields together; the
14+
# "Vendor SQLite amalgamation" workflow then re-fetches and re-commits the
15+
# sqlite3.c / sqlite3.h sources.
1416
SQLITE_SHA3_256=0e4df2263ef8169f9396b9535d9654d8d64ae8eb1a339ba06c7b12a72e6fb020

0 commit comments

Comments
 (0)