aboutsummaryrefslogtreecommitdiffstats
path: root/lfs-latest-git.php
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-12-31 07:10:48 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-12-31 07:10:48 -0600
commitad89f7b0d63fac3c1bca0e5d11880d97c511f84e (patch)
tree3c6959befca5cc35adae4846efbd4635a3ed04d7 /lfs-latest-git.php
parent6d19228191743967e3f30ebaf833b5d0857d018b (diff)
Package updates.
Update to e2fsprogs-1.46.5. Update to zstd-1.5.1. Update to expat-2.4.2. Update to shadow-4.10. Update to sysvinit-3.01. Update to linux-5.15.12. Update to iana-etc-20211224. Update to openssl-3.0.1. Update to eudev-3.2.11. Update lfs-latest-git.php currency for new eudev location.
Diffstat (limited to 'lfs-latest-git.php')
-rw-r--r--lfs-latest-git.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 17b11dea7..fc318e021 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -114,6 +114,7 @@ if ( $package == "e2fsprogs" ) $dirpath = "https://sourceforge.net/projects/e2f
if ( $package == "expat" ) $dirpath = "https://sourceforge.net/projects/expat/files";
if ( $package == "elfutils" ) $dirpath = "https://sourceware.org/ftp/elfutils";
if ( $package == "expect" ) $dirpath = "https://sourceforge.net/projects/expect/files";
+if ( $package == "eudev" ) $dirpath = "https://github.com/eudev-project/eudev/releases";
if ( $package == "file" ) $dirpath = "https://github.com/file/file/tags";
if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/releases";
if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" );
@@ -245,6 +246,9 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel
if ( $package == "e2fsprogs" )
return find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]+\d).*$/" );
+ if ( $package == "eudev" )
+ return find_max( $lines, "/Release/", "/^.*Release (\d[\d\.]+\d).*$/" );
+
if ( $package == "expect" )
return find_max( $lines, "/expect/", "/^.*expect(\d[\d\.]+\d).tar.*$/" );