summaryrefslogtreecommitdiffstats
path: root/src/lua.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-06-18 21:33:45 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-06-18 21:33:45 (GMT)
commitbd6e6019e171a417479efeb0dac521474d73da73 (patch)
tree9e2e0ee871ceabec9021ee669a45aec2f7e52892 /src/lua.mk
parent321ca74740ecccfed739a5c9784f626631368d30 (diff)
downloadmxe-bd6e6019e171a417479efeb0dac521474d73da73.zip
mxe-bd6e6019e171a417479efeb0dac521474d73da73.tar.gz
mxe-bd6e6019e171a417479efeb0dac521474d73da73.tar.bz2
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
Diffstat (limited to 'src/lua.mk')
-rw-r--r--src/lua.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua.mk b/src/lua.mk
index 49b75b5..8d00b02 100644
--- a/src/lua.mk
+++ b/src/lua.mk
@@ -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)