diff options
author | 2015-03-09 12:50:23 -0400 | |
---|---|---|
committer | 2015-03-09 12:50:23 -0400 | |
commit | e24247afa394b5fdff0af1e771fda86a1dbf76e2 (patch) | |
tree | c5c367126391e2b1df3168b7a441822a055c5929 /src | |
parent | f06031ae6e03911454b20553ed19c8ec4cd14bf9 (diff) | |
download | textadept-e24247afa394b5fdff0af1e771fda86a1dbf76e2.tar.gz textadept-e24247afa394b5fdff0af1e771fda86a1dbf76e2.zip |
Updated to Scintilla 3.5.4.
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 78a57387..9069c2ee 100644 --- a/src/Makefile +++ b/src/Makefile @@ -374,9 +374,9 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla353.tgz +scintilla_tgz = scintilla354.tgz scinterm_zip = scinterm_1.5.zip -scintillua_zip = scintillua_3.5.3-1.zip +scintillua_zip = scintillua_3.5.4-1.zip lua_tgz = lua-5.2.3.tar.gz lpeg_tgz = lpeg-0.12.tar.gz lfs_zip = v1_6_2.zip |