Author: bdubbs Date: Tue Sep 10 22:47:23 2019 New Revision: 22131 Log: Tweal currency for bogofilter
Modified: trunk/scripts/blfs-chapter11.php Modified: trunk/scripts/blfs-chapter11.php ============================================================================== --- trunk/scripts/blfs-chapter11.php Tue Sep 10 20:18:23 2019 (r22130) +++ trunk/scripts/blfs-chapter11.php Tue Sep 10 22:47:23 2019 (r22131) @@ -210,6 +210,9 @@ if ( $book_index == "graphviz" ) return find_max( $lines, "/graphviz-/", "/^.*graphviz-(\d+\.\d+\.\d+)\.tar.*$/" ); + if ( $book_index == "bogofilter" ) + return find_max( $lines, "/bogofilter/", "/^.*bogofilter-([\d\.rc]+)\.tar.*$/" ); + // Most packages are in the form $package-n.n.n // Occasionally there are dashes (e.g. 201-1) $max = find_max( $lines, "/$package/", "/^.*$package-([\d\.]*\d)\.tar.*$/" ); -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page