Author: bdubbs
Date: Wed Jan  2 23:51:40 2019
New Revision: 20912

Log:
Add bubblewrap script; update sysstat

Modified:
   trunk/scripts/blfs-chapter12.php

Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php    Wed Jan  2 22:41:13 2019        (r20911)
+++ trunk/scripts/blfs-chapter12.php    Wed Jan  2 23:51:40 2019        (r20912)
@@ -32,6 +32,10 @@
    array( 'pkg'     => 'gpm',
           'match'   => '^.*$', 
           'replace' => "https://github.com/telmich/gpm/releases"; ),
+
+   array( 'pkg'     => 'bubblewrap',
+          'match'   => '^.*$', 
+          'replace' => "https://github.com/projectatomic/bubblewrap/releases"; 
),
    
    array( 'pkg'     => 'hdparm',
           'match'   => '^.*$', 
@@ -178,6 +182,9 @@
   if ( $book_index == "at" )
     return find_max( $lines, '/orig/', '/^.*at_([\d\.]+).orig.tar.*$/' );
 
+  if ( $book_index == "bubblewrap" )
+    return find_max( $lines, '/bubblewrap-/', 
'/^.*bubblewrap-([\d\.]+).tar.*$/' );
+
   if ( $book_index == "dbus" )
     return find_even_max( $lines, '/dbus/', '/^.*dbus-(\d[\d\.]*\d).tar.*$/' );
 
@@ -188,7 +195,7 @@
     return find_max( $lines, '/colord/', '/^.*colord-(\d[\d\.]*\d).tar.*$/' );
 
   if ( $book_index == "sysstat" )
-    return find_max( $lines, '/are/', '/^.* are (\d[\d\.]*\d) .*$/' );
+    return find_max( $lines, '/sysstat-/', '/^.*sysstat-(\d[\d\.]*\d).tar.*$/' 
);
 
   if ( $book_index == "fcron" )
     return find_max( $lines, '/fcron/', '/^.*fcron (\d[\d\.]*\d) released.*$/' 
);
-- 
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