Author: bdubbs Date: Thu Oct 27 08:54:05 2016 New Revision: 17915 Log: Update chromium script
Modified: trunk/scripts/blfs-chapter43.php Modified: trunk/scripts/blfs-chapter43.php ============================================================================== --- trunk/scripts/blfs-chapter43.php Wed Oct 26 09:33:12 2016 (r17914) +++ trunk/scripts/blfs-chapter43.php Thu Oct 27 08:54:05 2016 (r17915) @@ -15,11 +15,11 @@ $libreoffice = array(); -//$current="transmission"; +$current="chromium"; $regex = array(); $regex[ 'inkscape' ] = "/^.*Latest.*(\d[\d\.]+\d).*$/"; -$regex[ 'chromium' ] = "/^.*updated to (\d[\d\.]+\d).*$/"; +$regex[ 'chromium' ] = "/^.*stable.*updated to (\d[\d\.]+\d) for Windows.*$/"; $regex[ 'gnucash' ] = "/^.*Download gnucash-(\d[\d\.]+\d).tar.*$/"; $regex[ 'pidgen' ] = "/^.*Download pidgin-(\d[\d\.]+\d).*$/"; $regex[ 'fontforge-dist'] = "/^.*fontforge-dist-(20\d+).tar.*$/"; -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
