Changeset cceceaaf for server


Ignore:
Timestamp:
03/27/2021 06:52:34 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a2ce753
Parents:
24d3c8f
Message:

Update to links-2.22
Update to sqlite-3.35.3
Update to nss-3.63
Update to jasper-2.0.27
Update to pipewire-0.3.24

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24405 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r24d3c8f rcceceaaf  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3350100">
    8   <!ENTITY sqlite-doc-version   "3350100">
     7  <!ENTITY sqlite-dl-version    "3350300">
     8  <!ENTITY sqlite-doc-version   "3350300">
    99
    1010<!-- When updating, do not forget the above entities -->
     
    1212  <!ENTITY sqlite-download-http "https://sqlite.org/2021/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1313  <!ENTITY sqlite-download-ftp  " ">
    14   <!ENTITY sqlite-md5sum        "158d5faa424ba09cb16109a765b97daa">
     14  <!ENTITY sqlite-md5sum        "cadd4db9b528dfd0a7efde39f767cd83">
    1515  <!ENTITY sqlite-size          "2.8 MB">
    1616  <!ENTITY sqlite-buildsize     "139 MB">
     
    1818
    1919  <!ENTITY sqlite-docs-download "https://sqlite.org/2021/sqlite-doc-&sqlite-doc-version;.zip">
    20   <!ENTITY sqlite-docs-md5sum   "32f85a8b357ca3c69d1a60995d34533e">
     20  <!ENTITY sqlite-docs-md5sum   "53b84f758046926f31bbd905e133b90c">
    2121  <!ENTITY sqlite-docs-size     "9.8 MB">
    2222]>
     
    222222        <listitem>
    223223          <para>
    224             A terminal-based front-end to the <application>SQLite</application>
     224            is a terminal-based front-end to the <application>SQLite</application>
    225225            library that can evaluate queries interactively and display the
    226226            results
Note: See TracChangeset for help on using the changeset viewer.