diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py
index 6368de0c..b216cf3c 100644
--- a/system/base/sqlite/actions.py
+++ b/system/base/sqlite/actions.py
@@ -61,10 +61,10 @@ def install():
pisitools.dodoc("README*")
- shelltools.cd("%s/sqlite-doc-3220000" % get.workDIR())
+ shelltools.cd("%s/sqlite-doc-3240000" % get.workDIR())
shelltools.system("pwd")
- pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3220000/*")
+ pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3240000/*")
# 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 5a69dbb4..9eb04db0 100644
--- a/system/base/sqlite/pspec.xml
+++ b/system/base/sqlite/pspec.xml
@@ -12,8 +12,8 @@
library
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/2018/sqlite-autoconf-3220000.tar.gz
- https://sqlite.org/2018/sqlite-doc-3220000.zip
+ https://sqlite.org/2018/sqlite-autoconf-3240000.tar.gz
+ https://sqlite.org/2018/sqlite-doc-3240000.zip
readline-devel
@@ -104,6 +104,13 @@
+
+ 2018-07-08
+ 3.24.0
+ Verison Bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-05-05
3.22.0