[lfs] branch trunk updated: Fix puncuation error.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <175705600186.5519.14705628672451153479@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 53b45db01 Fix puncuation error.
53b45db01 is described below
commit 53b45db0173ec36d4916089d088673aab2028384
Author: Bruce Dubbs <[email protected]>
AuthorDate: Fri Sep 5 02:06:35 2025 -0500
Fix puncuation error.
---
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 ebd10bf2a..431b7f1dd 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -140,7 +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 == "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/";
--
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