summaryrefslogtreecommitdiffstats
path: root/src/lua.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.mk')
-rw-r--r--src/lua.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lua.mk b/src/lua.mk
index eafe302..49b75b5 100644
--- a/src/lua.mk
+++ b/src/lua.mk
@@ -3,10 +3,10 @@
PKG := lua
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 5.2.3
+$(PKG)_VERSION := 5.3.0
# Shared version
-$(PKG)_SOVERS := 52
-$(PKG)_CHECKSUM := 926b7907bc8d274e063d42804666b40a3f3c124c
+$(PKG)_SOVERS := 53
+$(PKG)_CHECKSUM := 1c46d1c78c44039939e820126b86a6ae12dadfba
$(PKG)_SUBDIR := lua-$($(PKG)_VERSION)
$(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE)