Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lua.xml

    r20a35ab r8a916a3  
    55  %general-entities;
    66
    7   <!ENTITY lua-download-http "https://www.lua.org/ftp/lua-&lua-version;.tar.gz">
     7  <!ENTITY lua-download-http "http://www.lua.org/ftp/lua-&lua-version;.tar.gz">
    88  <!ENTITY lua-download-ftp  " ">
    9   <!ENTITY lua-md5sum        "ef63ed2ecfb713646a7fcc583cf5f352">
    10   <!ENTITY lua-size          "352 KB">
    11   <!ENTITY lua-buildsize     "5.8 MB (with Basic tests)">
     9  <!ENTITY lua-md5sum        "49c92d6a49faba342c35c52e1ac3f81e">
     10  <!ENTITY lua-size          "345 KB">
     11  <!ENTITY lua-buildsize     "5.6 MB (with Basic tests)">
    1212  <!ENTITY lua-time          "less than 0.1 SBU (with Basic tests)">
    1313
    14   <!ENTITY lua-tests-download-http "https://www.lua.org/tests/lua-&lua-version;-tests.tar.gz">
     14  <!ENTITY lua-tests-download-http "http://www.lua.org/tests/lua-&lua-version;-tests.tar.gz">
    1515  <!ENTITY lua-tests-download-ftp  " ">
    16   <!ENTITY lua-tests-md5sum        "4afc92b7e45fc0687c686a470bc8072a">
    17   <!ENTITY lua-tests-size          "132 KB">
     16  <!ENTITY lua-tests-md5sum        "4ca9e1ad9b8f42f76ac0440bf548201d">
     17  <!ENTITY lua-tests-size          "126 KB">
    1818]>
    1919
     
    2222
    2323  <sect1info>
     24    <othername>$LastChangedBy$</othername>
    2425    <date>$Date$</date>
    2526  </sect1info>
     
    4546    </para>
    4647
    47     &lfs110a_checked;
     48    &lfs10_checked;
    4849
    4950    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    244245        <listitem>
    245246          <para>
    246             is the standalone Lua interpreter
     247            is the standalone Lua interpreter.
    247248          </para>
    248249          <indexterm zone="lua lua-prog">
     
    256257        <listitem>
    257258          <para>
    258             is the Lua compiler
     259            is the Lua compiler.
    259260          </para>
    260261          <indexterm zone="lua luac">
     
    268269        <listitem>
    269270          <para>
    270             contains the <application>Lua</application> API functions
     271            contains the <application>Lua</application> API functions.
    271272          </para>
    272273          <indexterm zone="lua liblua">
Note: See TracChangeset for help on using the changeset viewer.