How to update the SQLite source code in this branch:
-
Download the SQLite amalgamation from the SQLite download page for the SQLite version you are upgrading to.
-
Validate the hash of the downloaded file with the hash on the download page.
-
Check out the
sqlite
branch of this repo:$ git switch sqlite $ git pull
-
Unpack the amalgamation source code and commit the changes.
-
Tag the new commit.
-
Push