aboutsummaryrefslogtreecommitdiffstats
path: root/lfs-latest.php
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-01-27 15:43:39 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-01-27 15:43:39 +0000
commit816b85ca12f821f31ffde3351d642aceb123c0dd (patch)
tree4bfddb6abd99e6c84e30bc5af7c49cce087dc4c1 /lfs-latest.php
parentc5f16caee1cbde6b1282e51def7e6ff420b630d9 (diff)
Update LFS currency for systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11505 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lfs-latest.php')
-rw-r--r--lfs-latest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest.php b/lfs-latest.php
index 845a3450a..fd77c4a95 100644
--- a/lfs-latest.php
+++ b/lfs-latest.php
@@ -16,7 +16,7 @@ $regex[ 'check' ] = "/^.*Check (\d[\d\.]+\d).*$/";
$regex[ 'intltool' ] = "/^.*Latest version is (\d[\d\.]+\d).*$/";
$regex[ 'less' ] = "/^.*current released version is less-(\d+).*$/";
$regex[ 'mpfr' ] = "/^mpfr-([\d\.]+)\.tar.*$/";
-$regex[ 'systemd' ] = "/^.*v([\d]+).*$/";
+$regex[ 'systemd' ] = "/^.*v([\d]+)$/";
//$regex[ 'sysvinit' ] = "/^.*sysvinit-([\d\.]+)dsf\.tar.*$/";
$regex[ 'tzdata' ] = "/^.*tzdata([\d]+[a-z]).*$/";
$regex[ 'xz' ] = "/^.*xz-([\d\.]*\d).*$/";