Author: bdubbs
Date: Sun Mar 10 21:54:54 2019
New Revision: 21300

Log:
Add lua-5.2.x to currency

Modified:
   trunk/scripts/blfs-chapter13.php

Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php    Sun Mar 10 20:34:54 2019        (r21299)
+++ trunk/scripts/blfs-chapter13.php    Sun Mar 10 21:54:54 2019        (r21300)
@@ -9,6 +9,7 @@
 $STOP_PACKAGE  = 'apache-ant';
 
 $renames = array();
+$renames[ 'lua11'      ] = 'lua5.2';
 $renames[ 'Python'     ] = 'python2';
 $renames[ 'Python1'    ] = 'python3';
 $renames[ 'pygobject'  ] = 'pygobject2';
@@ -566,6 +567,9 @@
   if ( $book_index == "Net-SSLeay" )
     return find_max( $lines, '/\d\./', '/^.*(\d\.[\d\._]+\d)$/' );
 
+  if ( $book_index == "lua11" )
+    return find_max( $lines, '/lua-5.2/', '/^.*lua-(5.2.[\d\.]+).tar.*$/' );
+
   if ( $book_index == "doxygen" )
     return find_max( $lines, '/doxygen/', '/^.*doxygen-([\d\.]+).src.tar.*$/' 
);
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to