diff options
author | 2013-12-14 19:41:35 -0500 | |
---|---|---|
committer | 2013-12-14 19:41:35 -0500 | |
commit | 15f8f490b5cc95079c88c8e666dbd013bdb1d773 (patch) | |
tree | 38e5f0c855e2f41b6d20d1fca18bbfee8766557d | |
parent | 60add5e81455a848b238277d7e96d2551d588aaa (diff) | |
download | textadept-15f8f490b5cc95079c88c8e666dbd013bdb1d773.tar.gz textadept-15f8f490b5cc95079c88c8e666dbd013bdb1d773.zip |
Updated to Lua 5.2.3; src/Makefile
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 28c1a0cf..e575e9c3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -420,7 +420,7 @@ osx-app: ../textadept ../textadeptjit ../textadept-curses \ scintilla_tgz = scintilla334.tgz?download scinterm_zip = scinterm.zip scintillua_zip = scintillua.zip -lua_tgz = lua-5.2.2.tar.gz +lua_tgz = lua-5.2.3.tar.gz lpeg_tgz = lpeg-0.10.2.tar.gz lfs_zip = d71c63cdb776f7d25313f8fcd14f07512ba1f83e.zip lwinapi_zip = 23dd43141d04d010a9986cca9e5ecb9e598a2899.zip |