Author: bdubbs
Date: Tue Apr 12 23:45:07 2016
New Revision: 17251
Log:
Update script for fontforge-dist
Modified:
trunk/scripts/blfs-chapter43.php
Modified: trunk/scripts/blfs-chapter43.php
==============================================================================
--- trunk/scripts/blfs-chapter43.php Tue Apr 12 19:39:00 2016 (r17250)
+++ trunk/scripts/blfs-chapter43.php Tue Apr 12 23:45:07 2016 (r17251)
@@ -14,13 +14,13 @@
$libreoffice = array();
-//$current="rxvt-unicode";
+//$current="icedtea-web";
$regex = array();
$regex[ 'inkscape' ] = "/^.*Latest.*(\d[\d\.]+\d).*$/";
$regex[ 'gnucash' ] = "/^.*Download gnucash-(\d[\d\.]+\d).tar.*$/";
$regex[ 'pidgen' ] = "/^.*Download pidgin-(\d[\d\.]+\d).*$/";
-$regex[ 'fontforge' ] = "/^.*fontforge-(20\d+).tar.*$/";
+$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).*$/";
@@ -88,7 +88,7 @@
'match' => '^.*$',
'replace' => "http://xchat.org/files/source" ),
- array( 'pkg' => 'fontforge',
+ array( 'pkg' => 'fontforge-dist',
'match' => '^.*$',
'replace' => "https://github.com/fontforge/fontforge/releases" ),
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page