diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index 99242fa3..acdd8448 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-3350500" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3360000" % get.workDIR()) - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3350500/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3360000/*") """ # 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 c9472d45..96ffd8a2 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://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz - https://sqlite.org/2021/sqlite-doc-3350500.zip + https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz + https://sqlite.org/2021/sqlite-doc-3360000.zip readline-devel @@ -105,6 +105,13 @@ --> + + 2021-11-06 + 3.36.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-18 3.35.5