sqlite ver. bump
This commit is contained in:
@@ -64,9 +64,9 @@ def install():
|
|||||||
|
|
||||||
pisitools.dodoc("README*")
|
pisitools.dodoc("README*")
|
||||||
|
|
||||||
shelltools.cd("%s/sqlite-doc-3410100" % get.workDIR())
|
shelltools.cd("%s/sqlite-doc-3410200" % get.workDIR())
|
||||||
|
|
||||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3410100/*")
|
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3410200/*")
|
||||||
"""
|
"""
|
||||||
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
|
# 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())
|
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>An SQL Database Engine in a C Library</Summary>
|
<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>
|
<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="e77599a2df4c5b114c942ddba4483550d8982bf2" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz</Archive>
|
<Archive sha1sum="f5a8a9ad5552b19fb5a41cf5536c8ab3b9bce82e" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3410200.tar.gz</Archive>
|
||||||
<Archive sha1sum="d41721b41212d5b77178f5dda927e50a5a5427c1" type="zip">https://www.sqlite.org/2023/sqlite-doc-3410100.zip</Archive>
|
<Archive sha1sum="50a092a8e3965013108c3baf0abdf86bfe379947" type="zip">https://www.sqlite.org/2023/sqlite-doc-3410200.zip</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>readline-devel</Dependency>
|
<Dependency>readline-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -105,6 +105,13 @@
|
|||||||
</Package>-->
|
</Package>-->
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="21">
|
||||||
|
<Date>2023-03-25</Date>
|
||||||
|
<Version>3.41.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="20">
|
<Update release="20">
|
||||||
<Date>2023-03-11</Date>
|
<Date>2023-03-11</Date>
|
||||||
<Version>3.41.1</Version>
|
<Version>3.41.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user