Merge pull request #722 from LuaAndC/master

update Lua from 5.3.0 to 5.3.1
This commit is contained in:
Timothy Gu 2015-06-19 08:27:41 +08:00
commit c646673ffd
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
PKG := lua
$(PKG)_IGNORE :=
$(PKG)_VERSION := 5.3.0
$(PKG)_VERSION := 5.3.1
# Shared version
$(PKG)_SOVERS := 53
$(PKG)_CHECKSUM := 1c46d1c78c44039939e820126b86a6ae12dadfba
$(PKG)_CHECKSUM := 1676c6a041d90b6982db8cef1e5fb26000ab6dee
$(PKG)_SUBDIR := lua-$($(PKG)_VERSION)
$(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE)