diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py
index aa3a55d6..c2e0a8cc 100644
--- a/system/base/sqlite/actions.py
+++ b/system/base/sqlite/actions.py
@@ -64,9 +64,9 @@ def install():
pisitools.dodoc("README*")
- shelltools.cd("%s/sqlite-doc-3410100" % get.workDIR())
+ shelltools.cd("%s/sqlite-doc-3410200" % get.workDIR())
- pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3410100/*")
+ pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3410200/*")
"""
# 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 203d7f80..859f1cc3 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/2023/sqlite-autoconf-3410100.tar.gz
- https://www.sqlite.org/2023/sqlite-doc-3410100.zip
+ https://www.sqlite.org/2023/sqlite-autoconf-3410200.tar.gz
+ https://www.sqlite.org/2023/sqlite-doc-3410200.zip
readline-devel
@@ -105,6 +105,13 @@
-->
+
+ 2023-03-25
+ 3.41.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-03-11
3.41.1