Skip to content

Commit a20bd4d

Browse files
Add SQLite 3.41.2 sources
1 parent db4ca55 commit a20bd4d

File tree

5 files changed

+4788
-1960
lines changed

5 files changed

+4788
-1960
lines changed

README.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# cpython-source-deps
2-
Source for packages that the cpython build process depends on
1+
# The SQLite amalgamation source code
2+
3+
How to update the SQLite source code in this branch:
4+
5+
1. Download [the SQLite amalgamation](https://sqlite.org/amalgamation.html)
6+
from [the SQLite download page](https://sqlite.org/download.html)
7+
for the SQLite version you are upgrading to.
8+
9+
2. Validate the hash of the downloaded file with the hash on the download page.
10+
11+
3. Check out the `sqlite` branch of this repo:
12+
13+
```console
14+
$ git switch sqlite
15+
$ git pull
16+
```
17+
18+
4. Unpack the amalgamation source code and commit the changes.
19+
20+
5. Tag the new commit.
21+
22+
6. Push

0 commit comments

Comments
 (0)