[lfs] branch trunk updated: Add currency for sqlite-doc.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <176258703369.19877.5040811097755171136@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new acff1be8f Add currency for sqlite-doc.
     new e73abf3bd Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
acff1be8f is described below

commit acff1be8f4b01460a7c64f1f2947057a9b6d6f7e
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sat Nov 8 01:30:05 2025 -0600

    Add currency for sqlite-doc.
---
 lfs-latest-git.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index eb19d3a1b..4b40bba2b 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -149,6 +149,7 @@ if ( $package == "Python"     ) $dirpath = "https://www.python.org/downloads/sou
 if ( $package == "setuptools" ) $dirpath = "https://pypi.org/rss/project/setuptools/releases.xml";
 if ( $package == "shadow"     ) $dirpath = github("shadow-maint/shadow");
 if ( $package == "sqlite-autoconf" ) $dirpath = "https://sqlite.org/download.html";
+if ( $package == "sqlite-doc" ) $dirpath = "https://sqlite.org/download.html";
 if ( $package == "sysvinit"   ) $dirpath = github("slicer69/sysvinit");
 if ( $package == "sysklogd"   ) $dirpath = github("troglobit/sysklogd");
 if ( $package == "systemd"    ) $dirpath = github("systemd/systemd");
@@ -276,6 +277,9 @@ if ( $package == "zstd"       ) $dirpath = github("facebook/zstd");
   if ( $package == "sqlite-autoconf" )
      return find_max( $lines, '/autoconf/', '/^.*autoconf-(\d+).tar.*$/' );
 
+  if ( $package == "sqlite-doc" )
+     return find_max( $lines, '/sqlite-doc/', '/^.*doc-(\d+).zip.*$/' );
+
   if ( $package == "procps-ng" )
      return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.