update package lua

This commit is contained in:
Niels Kristian Bech Jensen 2013-12-26 13:38:47 +11:00 committed by Tony Theodore
parent 7b64d4d0f3
commit 49ddd67b26
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := lua
$(PKG)_IGNORE :=
$(PKG)_VERSION := 5.2.2
$(PKG)_CHECKSUM := 0857e41e5579726a4cb96732e80d7aa47165eaf5
$(PKG)_VERSION := 5.2.3
$(PKG)_CHECKSUM := 926b7907bc8d274e063d42804666b40a3f3c124c
$(PKG)_SUBDIR := lua-$($(PKG)_VERSION)
$(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE)