changeset 2811:7959efe5af1f

update package lua
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 17:51:00 +0200
parents 5ae40d276a1d
children 1094976c3a57
files index.html src/lua.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu Oct 11 17:49:39 2012 +0200
+++ b/index.html	Thu Oct 11 17:51:00 2012 +0200
@@ -1585,7 +1585,7 @@
     </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>
--- a/src/lua.mk	Thu Oct 11 17:49:39 2012 +0200
+++ b/src/lua.mk	Thu Oct 11 17:51:00 2012 +0200
@@ -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)