update package lua

This commit is contained in:
Mark Brand 2012-10-11 17:51:00 +02:00
parent d7a4f57429
commit 391190993f
2 changed files with 2 additions and 2 deletions

View File

@ -1585,7 +1585,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="lua-package">lua</td>
<td id="lua-version">5.2.0</td>
<td id="lua-version">5.2.1</td>
<td id="lua-website"><a href="http://www.lua.org/">Lua</a></td>
</tr>
<tr>

View File

@ -3,7 +3,7 @@
PKG := lua
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 08f84c355cdd646f617f09cebea48bd832415829
$(PKG)_CHECKSUM := 6bb1b0a39b6a5484b71a83323c690154f86b2021
$(PKG)_SUBDIR := lua-$($(PKG)_VERSION)
$(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE)