[lfs] branch trunk updated: Fix currency for pcre.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <175700429840.26038.14434132107170882268@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 9ac9934b3 Fix currency for pcre.
     new da1211ff4 Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
9ac9934b3 is described below

commit 9ac9934b37b9fb111d130078d765b2ad7ba9073e
Author: Bruce Dubbs <[email protected]>
AuthorDate: Thu Sep 4 11:44:32 2025 -0500

    Fix currency for pcre.
---
 lfs-latest-git.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index a6723e909..ebd10bf2a 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -140,6 +140,7 @@ 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 == "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/";
@@ -266,6 +267,9 @@ if ( $package == "zstd"       ) $dirpath = github("facebook/zstd");
   if ( $package == "packaging" )
      return find_max( $lines, "/packaging/", "/^.*^.*packaging.([\d\.]+\d)\/.*$/" );
 
+  if ( $book_index == "pcre2" )
+     return find_max( $lines, '/name.:/', '/^.*pcre2-([\d\.]+\d).*$/' );
+
   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.