Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lua.xml

    r8a916a3 r20a35ab  
    55  %general-entities;
    66
    7   <!ENTITY lua-download-http "http://www.lua.org/ftp/lua-&lua-version;.tar.gz">
     7  <!ENTITY lua-download-http "https://www.lua.org/ftp/lua-&lua-version;.tar.gz">
    88  <!ENTITY lua-download-ftp  " ">
    9   <!ENTITY lua-md5sum        "49c92d6a49faba342c35c52e1ac3f81e">
    10   <!ENTITY lua-size          "345 KB">
    11   <!ENTITY lua-buildsize     "5.6 MB (with Basic tests)">
     9  <!ENTITY lua-md5sum        "ef63ed2ecfb713646a7fcc583cf5f352">
     10  <!ENTITY lua-size          "352 KB">
     11  <!ENTITY lua-buildsize     "5.8 MB (with Basic tests)">
    1212  <!ENTITY lua-time          "less than 0.1 SBU (with Basic tests)">
    1313
    14   <!ENTITY lua-tests-download-http "http://www.lua.org/tests/lua-&lua-version;-tests.tar.gz">
     14  <!ENTITY lua-tests-download-http "https://www.lua.org/tests/lua-&lua-version;-tests.tar.gz">
    1515  <!ENTITY lua-tests-download-ftp  " ">
    16   <!ENTITY lua-tests-md5sum        "4ca9e1ad9b8f42f76ac0440bf548201d">
    17   <!ENTITY lua-tests-size          "126 KB">
     16  <!ENTITY lua-tests-md5sum        "4afc92b7e45fc0687c686a470bc8072a">
     17  <!ENTITY lua-tests-size          "132 KB">
    1818]>
    1919
     
    2222
    2323  <sect1info>
    24     <othername>$LastChangedBy$</othername>
    2524    <date>$Date$</date>
    2625  </sect1info>
     
    4645    </para>
    4746
    48     &lfs10_checked;
     47    &lfs110a_checked;
    4948
    5049    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    245244        <listitem>
    246245          <para>
    247             is the standalone Lua interpreter.
     246            is the standalone Lua interpreter
    248247          </para>
    249248          <indexterm zone="lua lua-prog">
     
    257256        <listitem>
    258257          <para>
    259             is the Lua compiler.
     258            is the Lua compiler
    260259          </para>
    261260          <indexterm zone="lua luac">
     
    269268        <listitem>
    270269          <para>
    271             contains the <application>Lua</application> API functions.
     270            contains the <application>Lua</application> API functions
    272271          </para>
    273272          <indexterm zone="lua liblua">
Note: See TracChangeset for help on using the changeset viewer.