Author: bdubbs Date: Sat Feb 6 18:16:06 2021 New Revision: 24187 Log: Update currency for jasper, libsampleratem and libsndfile.
Modified: trunk/scripts/blfs-chapter10.php trunk/scripts/blfs-chapter46.php Modified: trunk/scripts/blfs-chapter10.php ============================================================================== --- trunk/scripts/blfs-chapter10.php Sat Feb 6 18:05:24 2021 (r24186) +++ trunk/scripts/blfs-chapter10.php Sat Feb 6 18:16:06 2021 (r24187) @@ -64,7 +64,7 @@ array( 'pkg' => 'jasper', 'match' => '^.*$', - 'replace' => "http://www.ece.uvic.ca/~frodo/jasper/#download" ), + 'replace' => "https://github.com/jasper-software/jasper/releases" ), array( 'pkg' => 'lcms', 'match' => '^.*$', @@ -302,7 +302,7 @@ return find_max( $lines, '/v\d/', '/^\s*v(\d[\d\.]+).*$/' ); if ( $book_index == "jasper" ) - return find_max( $lines, '/JasPer/', '/^.*JasPer (\d\.[\d\.]+).*$/' ); + return find_max( $lines, '/version-/', '/^.*version-(\d\.[\d\.]+).*$/' ); if ( $book_index == "aalib" ) return find_max( $lines, "/$book_index/", '/^.*aalib-([rc\d\.]+).tar.*$/' ); Modified: trunk/scripts/blfs-chapter46.php ============================================================================== --- trunk/scripts/blfs-chapter46.php Sat Feb 6 18:05:24 2021 (r24186) +++ trunk/scripts/blfs-chapter46.php Sat Feb 6 18:16:06 2021 (r24187) @@ -29,7 +29,6 @@ $regex[ 'libass' ] = "/^.*Release (\d[\d\.]+\d).*$/"; $regex[ 'libmpeg2' ] = "/^.*libmpeg2-(\d[\d\.]+\d).*$/"; $regex[ 'libmusicbrainz1' ] = "/^.*libmusicbrainz-(5[\d\.]+\d).*$/"; -$regex[ 'libsamplerate' ] = "/^.*libsamplerate-([\d\.]+\d).tar.*$/"; $regex[ 'flash_player_ppapi_linux.x' ] = "/^.*latest versions are (\d[\d\.]+\d).*$/"; $regex[ 'libcanberra' ] = "/^.*(\d[\d\.]+\d) released.*$/"; $regex[ 'xvidcore' ] = "/^.*Xvid (\d[\d\.]+\d) stable.*$/"; @@ -118,7 +117,11 @@ array( 'pkg' => 'libsamplerate', 'match' => '^.*$', - 'replace' => "http://www.mega-nerd.com/SRC/download.html" ), + 'replace' => "https://github.com/libsndfile/libsamplerate/releases" ), + + array( 'pkg' => 'libsndfile', + 'match' => '^.*$', + 'replace' => "https://github.com/libsndfile/libsndfile/releases" ), array( 'pkg' => 'libvpx', 'match' => '^.*$', -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page