Skip to content

Commit

Permalink
Advanced to the latest sqlite3 3.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuRoot committed Aug 13, 2024
1 parent def06a9 commit 78b8f8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
release/
dist/
misc/
temp/
.ssh/
Expand All @@ -12,4 +13,5 @@ temp/
*.log
*.lock
*.tmp
commit.sh
authorized_keys
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
```
# static-sqlite3

Compile a statically linked `sqlite3` for amd64 platforms due to abcense of statically compiled `sqlite3` program for x86_64 Linux platforms on official site.
Compile a statically linked `sqlite3` for amd64 platforms due to absence of statically compiled `sqlite3` program for x86_64 Linux platforms on official site.

## Compilation Requirements
Docker required (using official Linux distribution of alpine:latest)
Expand Down Expand Up @@ -42,7 +42,7 @@ and run following command in a download directory:
```
Also, `tar.gz` and `zip` archives in release section are signed with GPG

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.
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 actual SQLite versions while `ZZ` will represent version of this building tool.

## Customization

Expand Down
2 changes: 1 addition & 1 deletion build_static_sqlite.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

SQLITE_ZIP_URL='https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip'
SQLITE_ZIP_URL='https://sqlite.org/2024/sqlite-amalgamation-3460100.zip'
SQLite_compressor='upx' # Program to use for compressing compiled sqlite
# Keep it empty as "" to disable compression

Expand Down

0 comments on commit 78b8f8e

Please sign in to comment.