update Lua from 5.3.0 to 5.3.1

Lua 5.3.1 was released on 17 Jun 2015. It is a bug-fix release
of Lua 5.3. http://www.lua.org/bugs.html#5.3.0
This commit is contained in:
Boris Nagaev 2015-06-19 00:33:45 +03:00
parent 321ca74740
commit bd6e6019e1
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)