| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 pullUnpack the amalgamation source code and commit the changes.
# Example with SQLite 3.41.2
$ git commit -a -m "Add SQLite 3.41.2 sources"Tag the new commit.
# The fourth number is unused, but kept for compatibility with the build scripts
$ git tag -sam "SQLite 3.41.2" sqlite-3.41.2.0Push changes (including tags) upstream.
| Back | FazBrowse Home | New Git URL |