diff options
author | 2015-06-01 14:59:14 -0400 | |
---|---|---|
committer | 2015-06-01 14:59:14 -0400 | |
commit | 93ef567f89d698b9527cd7982266a2b910f4ca14 (patch) | |
tree | eeb64b5d811ce8555822677e98aea1d8b81f2430 /src | |
parent | ced61bcd5d3acc6bfddb89afa03efdf728cd6926 (diff) | |
download | textadept-93ef567f89d698b9527cd7982266a2b910f4ca14.tar.gz textadept-93ef567f89d698b9527cd7982266a2b910f4ca14.zip |
Updated to Scintilla 3.5.6; src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 14716fbd..8f801dce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -378,9 +378,9 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla355.tgz +scintilla_tgz = scintilla356.tgz scinterm_zip = scinterm_1.6.zip -scintillua_zip = scintillua_3.5.5-1.zip +scintillua_zip = scintillua_3.5.6-1.zip lua_tgz = lua-5.3.0.tar.gz lpeg_tgz = lpeg-0.12.2.tar.gz lfs_zip = v_1_6_3.zip |