Skip to content

Commit

Permalink
Updated to SQLite 3.43.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rojenzaman committed Aug 28, 2023
1 parent 2c700f2 commit 2f9143a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ZIP_FILES := $(filter-out Makefile .git%,$(wildcard *))
VERSION = v3.42.0
VERSIONCODE = 3420000
VERSION = v3.43.0
VERSIONCODE = 3430000
.PHONY: zip module.prop system/xbin/sqlite3

default: zip module.prop system/xbin/sqlite3
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Releases: [SQLite.for.ARM.aarch64.devices-vX.XX.X.zip](https://github.com/rojenz

## Changelog

2023-08-28: v3.43.0

- Updated to SQLite 3.43.0.

2023-08-24: v3.42.0

- Updated to SQLite 3.42.0.
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=sqlite3
name=SQLite for ARM aarch64 devices
version=v3.42.0
versionCode=3420000
version=v3.43.0
versionCode=3430000
author=ianmacd,Howard,Rojen
description=Provides a statically linked sqlite3 binary for ARM aarch64 devices
Binary file modified system/xbin/sqlite3
Binary file not shown.

0 comments on commit 2f9143a

Please sign in to comment.