This file is for sqlite3 v3.37 installation.
source: https://github.com/sqlite/sqlite
Steps to replace old sqlite:
- download tar for version of sqlite you want -> https://github.com/sqlite/sqlite/tags
- untar -> tar -xzf <file.tar.gz>
- create directory -> mkdir bld (whatever you want)
- run configure script -> / ../sqlite>configure (sample name)
- run make -> make (*you may get errors for tl..., install tl..)
- run make sqlite3.c -> build the amalgamation source file
- run make test -> test it out
- run whereis sqlite3 and replace the files with the new files of the new version