Skip to content

Commit 78b8f8e

Browse files
committed
Advanced to the latest sqlite3 3.46.1
1 parent def06a9 commit 78b8f8e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
release/
2+
dist/
23
misc/
34
temp/
45
.ssh/
@@ -12,4 +13,5 @@ temp/
1213
*.log
1314
*.lock
1415
*.tmp
16+
commit.sh
1517
authorized_keys

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
```
99
# static-sqlite3
1010

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

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

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

4747
## Customization
4848

build_static_sqlite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

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

0 commit comments

Comments
 (0)