Author: bdubbs
Date: Sun May 10 10:11:02 2020
New Revision: 23090

Log:
Vix currency for double-conversion.

Modified:
   trunk/scripts/blfs-chapter09.php

Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php    Sun May 10 07:22:58 2020        (r23089)
+++ trunk/scripts/blfs-chapter09.php    Sun May 10 10:11:02 2020        (r23090)
@@ -46,6 +46,10 @@
         'match'   => '^.*$',
         'replace' => "http://sourceforge.net/projects/clucene/files"; ),
 
+ array( 'pkg'     => 'double-conversion',
+        'match'   => '^.*$',
+        'replace' => "https://github.com/google/double-conversion/releases"; ),
+
  array( 'pkg'     => 'exempi',
         'match'   => '^.*$',
         'replace' => "https://libopenraw.freedesktop.org/exempi"; ),
@@ -367,6 +371,8 @@
   if ( $book_index == "brotli-v" )
     return find_max( $lines, '/v\d/', '/^.*v([\d\.]+).*$/' );
 
+  if ( $book_index == "double-conversion" )
+    return find_max( $lines, '/v\d/', '/^.*v([\d\.]+).*$/' );
 
   if ( $book_index == "icu4c" )
   {
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to