Author: bdubbs Date: Sun Aug 30 21:01:48 2020 New Revision: 23650 Log: Fix inkscape currency
Modified: trunk/scripts/blfs-chapter43.php Modified: trunk/scripts/blfs-chapter43.php ============================================================================== --- trunk/scripts/blfs-chapter43.php Sun Aug 30 19:32:34 2020 (r23649) +++ trunk/scripts/blfs-chapter43.php Sun Aug 30 21:01:48 2020 (r23650) @@ -21,7 +21,7 @@ //$current="xscreensaver"; $regex = array(); -$regex[ 'inkscape' ] = "/^.*Download Inkscape (\d[\d\.]+\d).*$/"; +$regex[ 'inkscape' ] = "/^.* Inkscape (\d[\d\.]+\d).*$/"; $regex[ 'chromium' ] = "/^pkgver=(\d[\d\.]+\d).*$/"; $regex[ 'gnucash' ] = "/^.*Download gnucash-(\d[\d\.]+\d).tar.*$/"; $regex[ 'midori' ] = "/^.*midori_(\d[\d\.]*\d)_all.*$/"; -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
