[lfs] branch trunk updated: Restrict tcl currency to version 8 for now.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <173940872743.2915.640414161538651274@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 4bc4b26d5 Restrict tcl currency to version 8 for now.
4bc4b26d5 is described below
commit 4bc4b26d5a6fcd053175d984415ec0cfe673ac72
Author: Bruce Dubbs <[email protected]>
AuthorDate: Wed Feb 12 19:05:22 2025 -0600
Restrict tcl currency to version 8 for now.
---
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 397f8732a..f189871eb 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -232,7 +232,7 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
}
if ( $package == "tcl" )
- return find_max( $lines, "/tcl\d/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" );
+ return find_max( $lines, "/tcl8/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" );
if ( $package == "gmp" )
return find_max( $lines, "/$package/", "/^.*$package-([\d\._]*\d[a-z]?).tar.*$/" );
--
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