summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-06-07 18:55:19 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-06-07 18:55:19 (GMT)
commit617dc7e1690a0f72fe3c33761a92d06ce6903bd1 (patch)
tree221b4cf6406e2162af1da4dc7a9b0c5b38c3c838 /src
parent9a425d8ae3aac7b394beb62d36505b25659d6195 (diff)
parent8fa63000873378c52b443f640accdf07692c11df (diff)
downloadmxe-617dc7e1690a0f72fe3c33761a92d06ce6903bd1.zip
mxe-617dc7e1690a0f72fe3c33761a92d06ce6903bd1.tar.gz
mxe-617dc7e1690a0f72fe3c33761a92d06ce6903bd1.tar.bz2
Merge pull request #1377 from LuaAndC/lua-5.3.3
update lua from 5.3.2 to 5.3.3
Diffstat (limited to 'src')
-rw-r--r--src/lua.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua.mk b/src/lua.mk
index 6452bf8..908e2c7 100644
--- a/src/lua.mk
+++ b/src/lua.mk
@@ -3,10 +3,10 @@
PKG := lua
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 5.3.2
+$(PKG)_VERSION := 5.3.3
# Shared version and luarocks subdir
$(PKG)_SHORTVER := $(call SHORT_PKG_VERSION,$(PKG))
-$(PKG)_CHECKSUM := c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da68f
+$(PKG)_CHECKSUM := 5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2
$(PKG)_SUBDIR := lua-$($(PKG)_VERSION)
$(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE)