sqlite-3.45.3
This commit is contained in:
@@ -65,9 +65,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3450200" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3450300" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3450200/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3450300/*")
|
||||
"""
|
||||
# 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="ad56cfe252ea0a86c22812c79f207d265ae4533d" type="targz">https://www.sqlite.org/2024/sqlite-autoconf-3450200.tar.gz</Archive>
|
||||
<Archive sha1sum="32fdc07177528eb8e78266a1240e4387dc7c5571" type="zip">https://www.sqlite.org/2024/sqlite-doc-3450200.zip</Archive>
|
||||
<Archive sha1sum="12143346ad314408751e5d8ec3aa025ea9bc8a0a" type="targz">https://www.sqlite.org/2024/sqlite-autoconf-3450300.tar.gz</Archive>
|
||||
<Archive sha1sum="54795161b9c1d8e1aa547f8100ec437a8548983b" type="zip">https://www.sqlite.org/2024/sqlite-doc-3450300.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="31">
|
||||
<Date>2024-05-13</Date>
|
||||
<Version>3.45.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="30">
|
||||
<Date>2024-03-13</Date>
|
||||
<Version>3.45.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user