[lfs] branch trunk updated: Another currency fix.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <175705620206.9618.5795973432302247561@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 cb1e260f0 Another currency fix.
cb1e260f0 is described below
commit cb1e260f048cd015210b1034236f53faa061263b
Author: Bruce Dubbs <[email protected]>
AuthorDate: Fri Sep 5 02:09:56 2025 -0500
Another currency fix.
---
lfs-latest-git.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 431b7f1dd..67ce2948b 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -267,7 +267,7 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
if ( $package == "packaging" )
return find_max( $lines, "/packaging/", "/^.*^.*packaging.([\d\.]+\d)\/.*$/" );
- if ( $book_index == "pcre2" )
+ if ( $package == "pcre2" )
return find_max( $lines, '/name.:/', '/^.*pcre2-([\d\.]+\d).*$/' );
if ( $package == "procps-ng" )
--
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