# HG changeset patch # User Mark Brand # Date 1349970660 -7200 # Node ID 7959efe5af1f83d6aa86c6632b0d88915b00fb2c # Parent 5ae40d276a1dc3f3ba0668942c65aa7562ba4dd9 update package lua diff -r 5ae40d276a1d -r 7959efe5af1f index.html --- 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 @@ lua - 5.2.0 + 5.2.1 Lua diff -r 5ae40d276a1d -r 7959efe5af1f src/lua.mk --- 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)