Author: bdubbs
Date: Tue Mar 29 23:06:13 2016
New Revision: 17193

Log:
Fix currency script for avahi

Modified:
   trunk/scripts/blfs-chapter14.php

Modified: trunk/scripts/blfs-chapter14.php
==============================================================================
--- trunk/scripts/blfs-chapter14.php    Tue Mar 29 22:51:06 2016        (r17192)
+++ trunk/scripts/blfs-chapter14.php    Tue Mar 29 23:06:13 2016        (r17193)
@@ -16,7 +16,7 @@
 
 $ignores = array();
 
-//$current="samba";
+//$current="avahi";
 
 $regex[ 'bridge-utils'    ] = "/^.*Download 
bridge-utils-(\d[\d\.]+\d).tar.*$/";
 $regex[ 'nfs-utils'       ] = "/^.*Download nfs-utils-(\d[\d\.]+\d).tar.*$/";
@@ -63,6 +63,10 @@
           'match'   => '^.*$', 
           'replace' => 
"http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"; ),
 
+   array( 'pkg'     => 'avahi',
+          'match'   => '^.*$', 
+          'replace' => "https://github.com/lathiat/avahi/releases"; ),
+
    array( 'pkg'     => 'nmap',
           'match'   => '^.*$', 
           'replace' => "http://nmap.org/dist"; ),
-- 
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