Correct version number for sqlite3. It's 3.30.1, not 3.33.1, but the currency script didn't pick up on the fact that it was updated.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22266 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-10-19 14:54:19 +00:00
parent 5e2aab85ca
commit 4fd1cbc693

View File

@ -627,7 +627,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY lmdb-version "0.9.24">
<!ENTITY mariadb-version "10.4.8">
<!ENTITY postgresql-version "12.0">
<!ENTITY sqlite-version "3.33.1">
<!ENTITY sqlite-version "3.30.1">
<!-- Chapter 23 -->
<!ENTITY openldap-version "2.4.48">