We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4ca55 commit a20bd4dCopy full SHA for a20bd4d
README.md
@@ -1,2 +1,22 @@
1
-# cpython-source-deps
2
-Source for packages that the cpython build process depends on
+# The SQLite amalgamation source code
+
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