Author: krejzi Date: Wed Aug 16 11:18:49 2017 New Revision: 19031 Log: Update libdaemon version check
Modified: trunk/scripts/blfs-chapter09.php Modified: trunk/scripts/blfs-chapter09.php ============================================================================== --- trunk/scripts/blfs-chapter09.php Wed Aug 16 10:45:24 2017 (r19030) +++ trunk/scripts/blfs-chapter09.php Wed Aug 16 11:18:49 2017 (r19031) @@ -12,7 +12,7 @@ $renames[ 'node-v' ] = 'node.js'; $ignores = array(); -//$current="qca"; // For debugging +//$current="libdaemon"; // For debugging $regex = array(); $regex[ 'clucene-core' ] = "/^.*Download clucene-core-([\d\.]+).tar.*$/"; @@ -20,7 +20,7 @@ $regex[ 'libzeitgeist' ] = "/^.*Latest version is ([\d\.]+)\s*$/"; $regex[ 'libiodbc' ] = "/^.*Download libiodbc-(\d[\d\.]+\d).tar.*$/"; $regex[ 'libical' ] = "/^.*v(\d[\d\.]+\d).*$/"; - +$regex[ 'libdaemon' ] = "/^.*Version (\d[\d\.]+\d) released.*$/"; $sf = 'sourceforge.net'; -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
