diff options
author | 2017-02-02 10:21:17 -0500 | |
---|---|---|
committer | 2017-02-02 10:21:17 -0500 | |
commit | c15408bbab88f63d187b2ff7166d21c229179f82 (patch) | |
tree | 10b3572e0ecc94b831269cb371c6ef3b3ade9a46 /src/Makefile | |
parent | dffbe7cbca7c89932ac1b90b41158b0254d0f529 (diff) | |
download | textadept-c15408bbab88f63d187b2ff7166d21c229179f82.tar.gz textadept-c15408bbab88f63d187b2ff7166d21c229179f82.zip |
Updated to Lua 5.3.4.
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 ae9791d7..99b4fcb6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -405,7 +405,7 @@ scintilla_tgz = scintilla372.tgz tre_zip = cdce45e8dd7a3b36954022b4a4d3570e1ac5a4f8.zip scinterm_zip = scinterm_1.8.zip scintillua_zip = scintillua_3.7.1-1.zip -lua_tgz = lua-5.3.3.tar.gz +lua_tgz = lua-5.3.4.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip lspawn_zip = lspawn_1.5.zip |