sqlite ver. bump
This commit is contained in:
@@ -65,9 +65,9 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3460100" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3470000" % get.workDIR())
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3460100/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3470000/*")
|
||||
"""
|
||||
# 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="1fdbada080f3285ac864c314bfbfc581b13e804b" type="targz">https://www.sqlite.org/2024/sqlite-autoconf-3460100.tar.gz</Archive>
|
||||
<Archive sha1sum="9994b79c33e56067c19c5ca4610e2b5da878f67a" type="zip">https://www.sqlite.org/2024/sqlite-doc-3460100.zip</Archive>
|
||||
<Archive sha1sum="3418afcdeed5d7610d604a8b634db18b86e76e11" type="targz">https://www.sqlite.org/2024/sqlite-autoconf-3470000.tar.gz</Archive>
|
||||
<Archive sha1sum="614b2236f37c852cb5619c854699cbd31c43e453" type="zip">https://www.sqlite.org/2024/sqlite-doc-3470000.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="34">
|
||||
<Date>2024-10-30</Date>
|
||||
<Version>3.47.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="33">
|
||||
<Date>2024-08-16</Date>
|
||||
<Version>3.46.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user