sqlite ver. bump
This commit is contained in:
@@ -65,9 +65,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3520000" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3530200" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3520000/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3530200/*")
|
||||
"""
|
||||
# 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="493f5ec6a15daf4e324d87b81732ccfb3cbc8e22" type="targz">https://www.sqlite.org/2026/sqlite-autoconf-3520000.tar.gz</Archive>
|
||||
<Archive sha1sum="783bc8bfbc9b28865f8fd6ac42b90bb2b5bd4200" type="zip">https://www.sqlite.org/2026/sqlite-doc-3520000.zip</Archive>
|
||||
<Archive sha1sum="346d69299abfdfa1857dde363969b8ed34085c03" type="targz">https://www.sqlite.org/2026/sqlite-autoconf-3530200.tar.gz</Archive>
|
||||
<Archive sha1sum="2679c0106c1d1302bceec5a41e843c8614825eb1" type="zip">https://www.sqlite.org/2026/sqlite-doc-3530200.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="46">
|
||||
<Date>2026-06-22</Date>
|
||||
<Version>3.53.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="45">
|
||||
<Date>2026-03-11</Date>
|
||||
<Version>3.52.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user