Skip to content

Commit 838ff39

Browse files
committed
Updated to SQLite v3.46.1.
1 parent 9a1b7d0 commit 838ff39

7 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Changelog
22

3-
**2024-06-15**: v3.45.3 (_20240615_)
3+
**2024-08-25**: v3.46.1 (_20240825_)
4+
5+
- Updated to SQLite v3.46.1.
6+
7+
**2024-06-15**: v3.46.0 (_20240615_)
48

59
- Updated to SQLite v3.46.0.
610

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ZIP_FILES := customize.sh META-INF module.prop system
2-
VERSION = v3.46.0
3-
VERSIONCODE = 20240615
2+
VERSION = v3.46.1
3+
VERSIONCODE = 20240825
44
.PHONY: module.prop system/bin zip
55

66
default: module.prop system/bin zip

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=sqlite3
22
name=SQLite for arm, arm64, x86 and x64 devices
3-
version=v3.46.0
4-
versionCode=20240615
3+
version=v3.46.1
4+
versionCode=20240825
55
author=Rojen Zaman
66
description=Provides a statically linked sqlite3 binary for arm, arm64, x86 and x64 devices

system/bin/sqlite3.arm

288 Bytes
Binary file not shown.

system/bin/sqlite3.arm64

704 Bytes
Binary file not shown.

system/bin/sqlite3.x64

464 Bytes
Binary file not shown.

system/bin/sqlite3.x86

416 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)