From d6ae75cef50e63059dd79514f44da01b80e6e778 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 17 May 2026 16:18:49 +0300 Subject: [PATCH] Update package version to 3.53.1 --- pkg.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index b70e901..0509481 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: sqlite description: C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine -version: 3.53.0 +version: 3.53.1 revision: 1 url: https://www.sqlite.org/ license: Public Domain