From 33c9e4a5bf77489aae37fda0907ae5c8762d465d Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 19 Jun 2021 11:30:07 +0300 Subject: [PATCH] sqlite ver. bump --- system/base/sqlite/actions.py | 4 ++-- system/base/sqlite/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index 91d92dc6..99242fa3 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-3340000" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3350500" % get.workDIR()) - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3340000/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3350500/*") """ # 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 be87d28c..c9472d45 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/2020/sqlite-autoconf-3340000.tar.gz - https://sqlite.org/2020/sqlite-doc-3340000.zip + https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz + https://sqlite.org/2021/sqlite-doc-3350500.zip readline-devel @@ -105,6 +105,13 @@ --> + + 2021-06-18 + 3.35.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-11-07 3.34.0