diff options
author | 2016-06-11 14:59:11 -0400 | |
---|---|---|
committer | 2016-06-11 14:59:11 -0400 | |
commit | 3b3955794078a5bea50e68441e6e0ced4f7a5828 (patch) | |
tree | 6f4642b98a4cba2e212d5431f54d399daae39e58 /src/Makefile | |
parent | 5bbef174e4d6be4cd88ee765913befc07075deaa (diff) | |
download | textadept-3b3955794078a5bea50e68441e6e0ced4f7a5828.tar.gz textadept-3b3955794078a5bea50e68441e6e0ced4f7a5828.zip |
Updated to Lua 5.3.3.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index e0a4342e..b6951d05 100644 --- a/src/Makefile +++ b/src/Makefile @@ -382,7 +382,7 @@ endif scintilla_tgz = scintilla366.tgz scinterm_zip = scinterm_1.8.zip scintillua_zip = scintillua_3.6.5-1.zip -lua_tgz = lua-5.3.2.tar.gz +lua_tgz = lua-5.3.3.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip luautf8_zip = 0.1.1.zip |