diff options
author | 2015-06-22 21:58:10 -0400 | |
---|---|---|
committer | 2015-06-22 21:58:10 -0400 | |
commit | a9d0c389b13a09beeb8b57b43b4d3635fd5eb0f0 (patch) | |
tree | 82212f754abb2b82d699dc851b49fab470a2cd20 /src/Makefile | |
parent | ca9d711fbd52d58fe90e9abe36b8c14510874387 (diff) | |
download | textadept-a9d0c389b13a09beeb8b57b43b4d3635fd5eb0f0.tar.gz textadept-a9d0c389b13a09beeb8b57b43b4d3635fd5eb0f0.zip |
Updated to Lua 5.3.1.
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 8f801dce..9f95d493 100644 --- a/src/Makefile +++ b/src/Makefile @@ -381,7 +381,7 @@ endif scintilla_tgz = scintilla356.tgz scinterm_zip = scinterm_1.6.zip scintillua_zip = scintillua_3.5.6-1.zip -lua_tgz = lua-5.3.0.tar.gz +lua_tgz = lua-5.3.1.tar.gz lpeg_tgz = lpeg-0.12.2.tar.gz lfs_zip = v_1_6_3.zip lspawn_zip = lspawn_1.2.zip |