Author: bdubbs
Date: Sun Mar 25 16:49:37 2018
New Revision: 20003

Log:
Fix pcre urls

Modified:
   trunk/BOOK/general/genlib/pcre.xml

Modified: trunk/BOOK/general/genlib/pcre.xml
==============================================================================
--- trunk/BOOK/general/genlib/pcre.xml  Sun Mar 25 14:52:09 2018        (r20002)
+++ trunk/BOOK/general/genlib/pcre.xml  Sun Mar 25 16:49:37 2018        (r20003)
@@ -4,8 +4,8 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY pcre-download-http 
"&sourceforge-dl;/pcre/pcre-&pcre-version;.tar.bz2">
-  <!ENTITY pcre-download-ftp  
"ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2";>
+  <!ENTITY pcre-download-http 
"https://ftp.pcre.org/pub/pcre/pcre-&pcre-version;.tar.bz2";>
+  <!ENTITY pcre-download-ftp  
"ftp://ftp.pcre.org/pub/pcre/pcre-&pcre-version;.tar.bz2";>
   <!ENTITY pcre-md5sum        "085b6aa253e0f91cae70b3cdbe8c1ac2">
   <!ENTITY pcre-size          "1.5 MB">
   <!ENTITY pcre-buildsize     "19 MB (with tests)">
-- 
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