diff options
author | 2015-01-20 12:18:12 -0500 | |
---|---|---|
committer | 2015-01-20 12:18:12 -0500 | |
commit | 8d90786388b590eed0ce3aa22fa86ed26c6d59bb (patch) | |
tree | f0c967c09f828bc72ce427bc38983d037c7dd6f3 /src/Makefile | |
parent | d87cf472e2771870e616c3b567a0b7949d302f66 (diff) | |
download | textadept-8d90786388b590eed0ce3aa22fa86ed26c6d59bb.tar.gz textadept-8d90786388b590eed0ce3aa22fa86ed26c6d59bb.zip |
Updated to Scintilla 3.5.3.
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 fc907553..cd7761e9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -375,7 +375,7 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla352.tgz +scintilla_tgz = scintilla353.tgz scinterm_zip = scinterm_1.5.zip scintillua_zip = scintillua_3.5.2-1.zip lua_tgz = lua-5.2.3.tar.gz |