diff options
author | 2015-09-15 10:23:39 -0400 | |
---|---|---|
committer | 2015-09-15 10:23:39 -0400 | |
commit | 56dc0a689aaa9a7d054448c732c31bf57f640aaf (patch) | |
tree | d5898aae623eda3e4daf24ebb4677baf8656b2eb /src/Makefile | |
parent | 617fd954819465fcc7182473be1e93abf8473122 (diff) | |
download | textadept-56dc0a689aaa9a7d054448c732c31bf57f640aaf.tar.gz textadept-56dc0a689aaa9a7d054448c732c31bf57f640aaf.zip |
Updated to Scintilla 3.6.1.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 7450b483..e00d8933 100644 --- a/src/Makefile +++ b/src/Makefile @@ -379,9 +379,9 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla360.tgz +scintilla_tgz = scintilla361.tgz scinterm_zip = scinterm_1.6.zip -scintillua_zip = scintillua_3.6.0-1.zip +scintillua_zip = scintillua_3.6.1-1.zip lua_tgz = lua-5.3.1.tar.gz lpeg_tgz = lpeg-0.12.2.tar.gz lfs_zip = v_1_6_3.zip |