sqlite-3.43.2
This commit is contained in:
@@ -64,9 +64,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3430100" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3430200" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3430100/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3430200/*")
|
||||
"""
|
||||
# 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="194f57642f191939a16399208a10b5e0a827b916" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz</Archive>
|
||||
<Archive sha1sum="c10a1e3e84823f3230df8b46a9da909a165b3b86" type="zip">https://www.sqlite.org/2023/sqlite-doc-3430100.zip</Archive>
|
||||
<Archive sha1sum="cf9fbab967e3d924c7d6fc5b8e4a23a81d067fa5" type="targz">https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz</Archive>
|
||||
<Archive sha1sum="2bf26c40a0e86f147e23c4f525101a519d2ba8bb" type="zip">https://www.sqlite.org/2023/sqlite-doc-3430200.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="25">
|
||||
<Date>2023-10-12</Date>
|
||||
<Version>3.43.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="24">
|
||||
<Date>2023-09-13</Date>
|
||||
<Version>3.43.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user