Author: bdubbs
Date: Sat Jul 4 10:31:09 2020
New Revision: 23363
Log:
Currency updates for js68 and libiso*, libburn
Modified:
trunk/scripts/blfs-chapter09.php
trunk/scripts/blfs-chapter47.php
Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php Sat Jul 4 09:05:16 2020 (r23362)
+++ trunk/scripts/blfs-chapter09.php Sat Jul 4 10:31:09 2020 (r23363)
@@ -420,7 +420,7 @@
return find_max( $lines, '/ fftw-\d/', '/^.* fftw-([\d\.pl\-]+)\.tar.*$/'
);
if ( $book_index == "firefox" )
- return find_max( $lines, "/^\s+[\d\.]+esr/", "/^\s+([\d\.]+)esr\/.*$/" );
+ return find_max( $lines, "/^\s+68[\d\.]+esr/", "/^\s+([\d\.]+)esr\/.*$/"
);
if ( $book_index == "libarchive" )
return find_max( $lines, '/archive \d/', '/^.*archive ([\d\.]+).*$/' );
Modified: trunk/scripts/blfs-chapter47.php
==============================================================================
--- trunk/scripts/blfs-chapter47.php Sat Jul 4 09:05:16 2020 (r23362)
+++ trunk/scripts/blfs-chapter47.php Sat Jul 4 10:31:09 2020 (r23363)
@@ -39,15 +39,15 @@
array( 'pkg' => 'libisoburn',
'match' => '^.*$',
- 'replace' => "http://files.libburnia-project.org/releases" ),
+ 'replace' => "https://dev.lovelyhq.com/libburnia/libisoburn/-/tags"
),
array( 'pkg' => 'libisofs',
'match' => '^.*$',
- 'replace' => "http://files.libburnia-project.org/releases" ),
+ 'replace' => "https://dev.lovelyhq.com/libburnia/libisofs/-/tags" ),
array( 'pkg' => 'libburn',
'match' => '^.*$',
- 'replace' => "http://files.libburnia-project.org/releases" ),
+ 'replace' => "https://dev.lovelyhq.com/libburnia/libburn/-/tags" ),
array( 'pkg' => 'gvolwheel',
'match' => '^.*$',
@@ -193,6 +193,11 @@
if ( $package == "pnmixer-v" )
return find_max( $lines, "/pnmixer-v/", "/^.*pnmixer-v([\d\.]+).tar.*$/"
);
+ if ( $package == "libburn" ||
+ $package == "libisoburn" ||
+ $package == "libisofs" )
+ return find_max( $lines, "/release-\d/", "/^.*release-([\d\.]+)$/" );
+
// Most packages are in the form $package-n.n.n
// Occasionally there are dashes (e.g. 201-1)
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page