diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py
index af46a8a0..5f94e0eb 100644
--- a/system/base/sqlite/actions.py
+++ b/system/base/sqlite/actions.py
@@ -65,9 +65,9 @@ def install():
pisitools.dodoc("README*")
- shelltools.cd("%s/sqlite-doc-3500200" % get.workDIR())
+ shelltools.cd("%s/sqlite-doc-3500300" % get.workDIR())
- pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500200/*")
+ pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500300/*")
"""
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml
index 13414400..aea438ab 100644
--- a/system/base/sqlite/pspec.xml
+++ b/system/base/sqlite/pspec.xml
@@ -14,8 +14,8 @@
app:console
An SQL Database Engine in a C Library
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.
- https://www.sqlite.org/2025/sqlite-autoconf-3500200.tar.gz
- https://www.sqlite.org/2025/sqlite-doc-3500200.zip
+ https://www.sqlite.org/2025/sqlite-autoconf-3500300.tar.gz
+ https://www.sqlite.org/2025/sqlite-doc-3500300.zip
readline-devel
@@ -105,6 +105,13 @@
-->
+
+ 2025-07-18
+ 3.50.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2025-07-07
3.50.2