sqlite-3.42.0
This commit is contained in:
@@ -64,9 +64,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3410200" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3420000" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3410200/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3420000/*")
|
||||
"""
|
||||
# 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())
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>An SQL Database Engine in a C Library</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="f5a8a9ad5552b19fb5a41cf5536c8ab3b9bce82e" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3410200.tar.gz</Archive>
|
||||
<Archive sha1sum="50a092a8e3965013108c3baf0abdf86bfe379947" type="zip">https://www.sqlite.org/2023/sqlite-doc-3410200.zip</Archive>
|
||||
<Archive sha1sum="036575929b174c1b829769255491ba2b32bda9ee" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz</Archive>
|
||||
<Archive sha1sum="0e32989368bb6bf9a9c6ed59e04f3853eb042ecd" type="zip">https://www.sqlite.org/2023/sqlite-doc-3420000.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="22">
|
||||
<Date>2023-05-23</Date>
|
||||
<Version>3.42.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="21">
|
||||
<Date>2023-03-25</Date>
|
||||
<Version>3.41.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user