sqlite-3.41.1
This commit is contained in:
@@ -64,9 +64,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3400100" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3410100" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3400100/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3410100/*")
|
||||
"""
|
||||
# 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="b8c2d4bc0094f5c0ce985dc0e237dfcbaa1f6275" type="targz">https://www.sqlite.org/2022/sqlite-autoconf-3400100.tar.gz</Archive>
|
||||
<Archive sha1sum="493e28d3afe1cd676c2eaafcae83af50181b08a3" type="zip">https://www.sqlite.org/2022/sqlite-doc-3400100.zip</Archive>
|
||||
<Archive sha1sum="e77599a2df4c5b114c942ddba4483550d8982bf2" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz</Archive>
|
||||
<Archive sha1sum="d41721b41212d5b77178f5dda927e50a5a5427c1" type="zip">https://www.sqlite.org/2023/sqlite-doc-3410100.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2023-03-11</Date>
|
||||
<Version>3.41.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2023-01-28</Date>
|
||||
<Version>3.40.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user