Author: bdubbs
Date: Sun Oct 23 15:51:15 2016
New Revision: 17910

Log:
Fix transmission version script

Modified:
   trunk/scripts/blfs-chapter43.php

Modified: trunk/scripts/blfs-chapter43.php
==============================================================================
--- trunk/scripts/blfs-chapter43.php    Sun Oct 23 15:24:47 2016        (r17909)
+++ trunk/scripts/blfs-chapter43.php    Sun Oct 23 15:51:15 2016        (r17910)
@@ -15,7 +15,7 @@
 
 $libreoffice = array();
 
-//$current="chromium";
+//$current="transmission";
 
 $regex = array();
 $regex[ 'inkscape'     ] = "/^.*Latest.*(\d[\d\.]+\d).*$/";
@@ -25,7 +25,7 @@
 $regex[ 'fontforge-dist'] = "/^.*fontforge-dist-(20\d+).tar.*$/";
 $regex[ 'xscreensaver' ] = "/^.*xscreensaver-(\d[\d\.]+\d).tar.*$/";
 $regex[ 'tigervnc'     ] = "/^.*TigerVNC (\d[\d\.]+\d)$/";
-$regex[ 'transmission' ] = "/^.*release version.*(\d[\d\.]+\d).*$/";
+$regex[ 'transmission' ] = "/^.*Transmission (\d[\d\.]+\d).*$/";
 $regex[ 'xarchiver'    ] = "/^.*Download xarchiver-(\d[\d\.]+\d).tar.*$/";
 
 $url_fix = array (
@@ -104,7 +104,7 @@
 
    array( 'pkg'     => 'transmission',
           'match'   => '^.*$',
-          'replace' => "https://www.transmissionbt.com/download"; ),
+          'replace' => "https://github.com/transmission/transmission/releases"; 
),
 
    array( 'pkg'     => 'xarchiver',
           'match'   => '^.*$',
-- 
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