Hi, during the latest sqlite update, the version was not updated. MD5 checksum was updated though, so it's just this simple patch.
Tobias Index: sqlite.xml =================================================================== --- sqlite.xml (revision 17238) +++ sqlite.xml (working copy) @@ -4,8 +4,8 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY sqlite-dl-version "3120000"> - <!ENTITY sqlite-doc-version "3120000"> + <!ENTITY sqlite-dl-version "3120100"> + <!ENTITY sqlite-doc-version "3120100"> <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> <!ENTITY sqlite-download-ftp " "> -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
