Skip to content

Commit ce12c14

Browse files
committed
Updated readme and versioning
Signed-off-by: CompuRoot <CompuRoot@users.noreply.github.com>
1 parent fe2dcef commit ce12c14

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Docker required (using official Linux distribution of alpine:latest)
2121
- Optional:
2222
- OpenSSH 8.0+ (to use `ssh-keygen` to verify compiled files in [release][1] section)
2323
- `git` (to pull conveniently this repository)
24+
- `gpg` (to verify signed tar.gz and zip archives)
2425

2526
## Compiling
2627

@@ -39,6 +40,9 @@ and run following command in a download directory:
3940
```
4041
<sqlite3 ssh-keygen -Y check-novalidate -n 'https://github.com/compuroot.file' -s sqlite3.sig
4142
```
43+
Also, `tar.gz` and `zip` archives in release section are signed with GPG
44+
45+
Starting from SQLite version 3.45.3, compiled versions of releases will be represented as `XX.XX.XX_ZZ` where `XX.XX.XX` will reflect actuall SQLite versions while `ZZ` will represent version of this building tool.
4246

4347
## Customization
4448

@@ -48,7 +52,7 @@ and run following command in a download directory:
4852

4953
## Motivation
5054

51-
Make portable `sqlite3` program that can run without dependencies on any x86_64 Linux.
55+
Make portable `sqlite3` program that can run without dependencies on any x86_64 Linux operation systems.
5256

5357

5458
[1]: https://github.com/CompuRoot/static-sqlite3/releases

0 commit comments

Comments
 (0)