diff options
author | 2018-07-15 13:06:28 -0400 | |
---|---|---|
committer | 2018-07-15 13:06:28 -0400 | |
commit | 0185eaa7874e2fa5718fd1410ba4762dfd195f93 (patch) | |
tree | 527b7add78e8c48423d62ffb57b7f5de34b8a7c5 /src/Makefile | |
parent | 05459076699595cbcdfc74b371f3ccf6c3fbc7f3 (diff) | |
download | textadept-0185eaa7874e2fa5718fd1410ba4762dfd195f93.tar.gz textadept-0185eaa7874e2fa5718fd1410ba4762dfd195f93.zip |
Updated to Lua 5.3.5.
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 2cf83285..55b8fb66 100644 --- a/src/Makefile +++ b/src/Makefile @@ -368,7 +368,7 @@ else endif scintilla_zip = cfad7e56cac1.zip -lua_tgz = lua-5.3.4.tar.gz +lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip lspawn_zip = 9a8b4b5e4137.zip |