[lfs] branch trunk updated: Update currency for linux-7.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <177765283450.19027.17409320074797218109@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 dccbde55d Update currency for linux-7.
new 0410b3812 Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
dccbde55d is described below
commit dccbde55d7580433d1718ab04b57d486a884f49d
Author: Bruce Dubbs <[email protected]>
AuthorDate: Fri May 1 11:23:31 2026 -0500
Update currency for linux-7.
---
lfs-latest-git.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 0eab5e887..bd803ee6f 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -133,6 +133,7 @@ if ( $package == "intltool" ) $dirpath = "https://launchpad.net/intltool/trunk
if ( $package == "jinja" ) $dirpath = "https://pypi.org/rss/project/jinja2/releases.xml";
if ( $package == "libffi" ) $dirpath = github("libffi/libffi");
if ( $package == "libxcrypt" ) $dirpath = github("besser82/libxcrypt");
+if ( $package == "linux" ) $dirpath = "https://www.kernel.org/pub/linux/kernel/v7.x";
if ( $package == "lz4" ) $dirpath = github("lz4/lz4");
if ( $package == "markupsafe" ) $dirpath = "https://pypi.org/rss/project/markupsafe/releases.xml";
if ( $package == "meson" ) $dirpath = github("mesonbuild/meson");
@@ -251,6 +252,9 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
return str_replace( "_", ".", $max );
}
+ if ( $package == "linux" )
+ return find_max( $lines, "/linux/", "/^.*linux-([\d\.]+).tar.*$/" );
+
# Python modules
if ( $package == "flit_core" )
return find_max( $lines, "/flit-core\/\d/", "/^.*flit-core\/([\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