[lfs] branch trunk updated: Fix currency for tzdata.

git Owner ([email protected] via lfs-book Mailing List) <[email protected]> Sat, 25 Jul 2026 17:47:41 +0000
Newsgroups gmane.linux.lfs.book
Message-ID <178500166155.3582508.111337543120913486@rivendell.linuxfromscratch.org>
This is a multi-part message in MIME format...

------------=_1785001665-1024790-5875
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

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 5f22943cc Fix currency for tzdata.
     new 83f84be6c Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
5f22943cc is described below

commit 5f22943cc0a9362a643595c57fe6f53185149fb4
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sat Jul 25 12:47:18 2026 -0500

    Fix currency for tzdata.
---
 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 7ae514eac..204a7eeb7 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -14,7 +14,7 @@ $regex = array();
 $regex[ 'intltool' ] = "/^.*Latest version is (\d[\d\.]+\d).*$/";
 $regex[ 'less'     ] = "/^.*current released version is less-(\d+).*$/";
 $regex[ 'mpfr'     ] = "/^mpfr-([\d\.]+)\.tar.*$/";
-$regex[ 'tzdata'   ] = "/^.*tzdata([\d]+[a-z]).*$/";
+$regex[ 'tzdata'   ] = "/^.*(20\d\d[a-z]).*$/";
 $regex[ 'xz'       ] = "/^.*xz-([\d\.]*\d).*$/";
 $regex[ 'zlib'     ] = "/^.*zlib ([\d\.]*\d).*$/";
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1785001665-1024790-5875
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page

------------=_1785001665-1024790-5875--