diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2015-06-18 21:33:45 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2015-06-18 21:33:45 (GMT) |
commit | bd6e6019e171a417479efeb0dac521474d73da73 (patch) | |
tree | 9e2e0ee871ceabec9021ee669a45aec2f7e52892 | |
parent | 321ca74740ecccfed739a5c9784f626631368d30 (diff) | |
download | mxe-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
-rw-r--r-- | src/lua.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |