Skip to content

Commit 4f3416c

Browse files
committed
Updated to SQLite v3.50.4.
1 parent 6a806b2 commit 4f3416c

7 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
**2025-08-07**: v3.50.4 (_20250807_)
4+
5+
- Updated to SQLite v3.50.4.
6+
37
**2025-02-20**: v3.49.1 (_20250220_)
48

59
- Updated to SQLite v3.49.1.

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.49.1
3-
VERSIONCODE = 20250220
2+
VERSION = v3.50.4
3+
VERSIONCODE = 20250807
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.49.1
4-
versionCode=20250220
3+
version=v3.50.4
4+
versionCode=20250807
55
author=Rojen Zaman
66
description=Provides a statically linked sqlite3 binary for arm, arm64, x86 and x64 devices

system/bin/sqlite3.arm

3.59 KB
Binary file not shown.

system/bin/sqlite3.arm64

5.18 KB
Binary file not shown.

system/bin/sqlite3.x64

4.52 KB
Binary file not shown.

system/bin/sqlite3.x86

5.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)