aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-10-09 10:55:14 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-10-09 10:55:14 -0500
commit312d536a3582b1ee629687b44948874c98b14874 (patch)
tree826f09c0123a0ea4b3926ffaf7e1830c716db940
parent68588615e6a546bd7d5c9e5a6f0d91209217c799 (diff)
Fix systemd currency
-rw-r--r--lfs-latest-git.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 32c8150ca..d4f331697 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -17,7 +17,7 @@ $regex[ 'intltool' ] = "/^.*Latest version is (\d[\d\.]+\d).*$/";
$regex[ 'less' ] = "/^.*current released version is less-(\d+).*$/";
$regex[ 'mpfr' ] = "/^mpfr-([\d\.]+)\.tar.*$/";
$regex[ 'Python' ] = "/^.*Latest Python 3.*Python (3[\d\.]+\d).*$/";
-$regex[ 'systemd' ] = "/^.*v([\d]+)$/";
+$regex[ 'systemd' ] = "/^.*systemd v([\d]+)$/";
//$regex[ 'sysvinit' ] = "/^.*sysvinit-([\d\.]+)dsf\.tar.*$/";
$regex[ 'tzdata' ] = "/^.*tzdata([\d]+[a-z]).*$/";
$regex[ 'xz' ] = "/^.*xz-([\d\.]*\d).*$/";