[lfs] branch trunk updated: Add currency for sqlite; correction for pcre2.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <175705754791.24797.18373065656436381209@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 09d0e04da Add currency for sqlite; correction for pcre2.
09d0e04da is described below

commit 09d0e04dab12412b04d9f8de8911b8d34174a24d
Author: Bruce Dubbs <[email protected]>
AuthorDate: Fri Sep 5 02:32:18 2025 -0500

    Add currency for sqlite; correction for pcre2.
---
 lfs-latest-git.php | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 67ce2948b..ad6d27a30 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -140,12 +140,13 @@ if ( $package == "ncurses"    ) $dirpath = "https://invisible-mirror.net/archive
 if ( $package == "ninja"      ) $dirpath = github("ninja-build/ninja");
 if ( $package == "openssl"    ) $dirpath = github("openssl/openssl");
 if ( $package == "packaging"  ) $dirpath = "https://pypi.org/rss/project/packaging/releases.xml";
-if ( $package == "pcre"       ) $dirpath = github("PCRE2Project/pcre2");
+if ( $package == "pcre2"      ) $dirpath = github("PCRE2Project/pcre2");
 if ( $package == "procps-ng"  ) $dirpath = "https://gitlab.com/procps-ng/procps/-/tags";
 if ( $package == "psmisc"     ) $dirpath = "https://gitlab.com/psmisc/psmisc/-/tags";
 if ( $package == "Python"     ) $dirpath = "https://www.python.org/downloads/source/";
 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 == "sysvinit"   ) $dirpath = github("slicer69/sysvinit");
 if ( $package == "sysklogd"   ) $dirpath = github("troglobit/sysklogd");
 if ( $package == "systemd"    ) $dirpath = github("systemd/systemd");
@@ -270,6 +271,9 @@ if ( $package == "zstd"       ) $dirpath = github("facebook/zstd");
   if ( $package == "pcre2" )
      return find_max( $lines, '/name.:/', '/^.*pcre2-([\d\.]+\d).*$/' );
 
+  if ( $package == "sqlite-autoconf" )
+     return find_max( $lines, '/autoconf/', '/^.*autoconf-(\d+).tar.*$/' );
+
   if ( $package == "procps-ng" )
      return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
 
@@ -365,6 +369,11 @@ function get_current()
         $pkg_pattern= "/(\D*4).*/";
       }
 
+      else if ( preg_match( "/pcre2/", $file ) )
+      {
+        $pkg_pattern= "/(\D*2).*/";
+      }
+
       else if ( preg_match( "/systemd-man-pages/", $file ) ) continue;
       else if ( preg_match( "/python/"         , $file ) ) continue;
 

-- 
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.