diff options
author | 2014-12-09 13:30:54 -0500 | |
---|---|---|
committer | 2014-12-09 13:30:54 -0500 | |
commit | 1436d7b77f2e51485627d45eb015261eb8953a1b (patch) | |
tree | 77776d087b40ae79f3d11f98984c3657b3ddea9b /src/Makefile | |
parent | 3dae6913eb76a89af4ba35ea0b4b50a1f9b4f8b5 (diff) | |
download | textadept-1436d7b77f2e51485627d45eb015261eb8953a1b.tar.gz textadept-1436d7b77f2e51485627d45eb015261eb8953a1b.zip |
Updated to Scintilla 3.5.2.
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 956d31e4..25b0c99b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -381,7 +381,7 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla351.tgz +scintilla_tgz = scintilla352.tgz scinterm_zip = 4f22b02fb536.zip scintillua_zip = 7ad2658b4ae3.zip lua_tgz = lua-5.2.3.tar.gz |