Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r2222949 r8e874375  
    1111When updating, do not forget the above entities... They are anyway -->
    1212
    13   <!ENTITY sqlite-download-http "https://sqlite.org/2021/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
     13  <!ENTITY sqlite-download-http "https://sqlite.org/2022/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1414  <!ENTITY sqlite-download-ftp  " ">
    15   <!ENTITY sqlite-md5sum        "021c1d936c157bb68d6d0b158636ac7a">
    16   <!ENTITY sqlite-size          "2.9 MB">
    17   <!ENTITY sqlite-buildsize     "74 MB">
    18   <!ENTITY sqlite-time          "0.4 SBU (Using parallelism=4)">
    19 
    20   <!ENTITY sqlite-docs-download "https://sqlite.org/2021/sqlite-doc-&sqlite-doc-version;.zip">
    21   <!ENTITY sqlite-docs-md5sum   "a36a9ff266cf165f04f8c54254db8453">
     15  <!ENTITY sqlite-md5sum        "42175b1a1d23529cb133bbd2b5900afd">
     16  <!ENTITY sqlite-size          "3.0 MB">
     17  <!ENTITY sqlite-buildsize     "78 MB">
     18  <!ENTITY sqlite-time          "0.3 SBU (Using parallelism=4)">
     19
     20  <!ENTITY sqlite-docs-download "https://sqlite.org/2022/sqlite-doc-&sqlite-doc-version;.zip">
     21  <!ENTITY sqlite-docs-md5sum   "f4cc9073ea45b01f62b9652e5e28a383">
    2222  <!ENTITY sqlite-docs-size     "11 MB">
    2323]>
     
    2626  <?dbhtml filename="sqlite.html"?>
    2727
    28   <sect1info>
    29     <date>$Date$</date>
    30   </sect1info>
    3128
    3229  <title>SQLite-&sqlite-version;</title>
     
    4542    </para>
    4643
    47     &lfs110a_checked;
     44    &lfs112_checked;
    4845
    4946    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    105102    <bridgehead renderas="sect4">Optional</bridgehead>
    106103    <para role="optional">
    107       <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink> and
     104      <ulink url="https://www.thrysoee.dk/editline/">libedit</ulink> and
    108105      <xref linkend="unzip"/> (required to unzip the documentation)
    109106    </para>
     
    187184      of <envar>CFLAGS</envar> won't be affected.
    188185      For further information on what can be specified see <ulink
    189       url="http://www.sqlite.org/compile.html"/>.
     186      url="https://www.sqlite.org/compile.html"/>.
    190187    </para>
    191188
Note: See TracChangeset for help on using the changeset viewer.