From 8d0f027556f5a2e9ed8cfbd5a6cdbb4464d8b4c3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 30 Dec 2022 16:01:33 +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 e8826905..ade05edf 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-3390000" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3400100" % get.workDIR()) - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3390000/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3400100/*") """ # 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 c486e627..c113d282 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/2022/sqlite-autoconf-3390000.tar.gz - https://sqlite.org/2022/sqlite-doc-3390000.zip + https://www.sqlite.org/2022/sqlite-autoconf-3400100.tar.gz + https://www.sqlite.org/2022/sqlite-doc-3400100.zip readline-devel @@ -105,6 +105,13 @@ --> + + 2022-12-30 + 3.40.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-26 3.39.0