diff options
author | 2016-09-15 13:53:41 -0400 | |
---|---|---|
committer | 2016-09-15 13:53:41 -0400 | |
commit | 2330da44de1d1d7c712b3f29513174e905a1e798 (patch) | |
tree | 6588847ab160139a3e436b99b00f91b942fb7938 /src | |
parent | 9019d968f03cfd724f91961beab81c3c04567c19 (diff) | |
download | textadept-2330da44de1d1d7c712b3f29513174e905a1e798.tar.gz textadept-2330da44de1d1d7c712b3f29513174e905a1e798.zip |
Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.
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 54f50b60..d124c293 100644 --- a/src/Makefile +++ b/src/Makefile @@ -387,10 +387,10 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla366.tgz +scintilla_tgz = scintilla367.tgz tre_zip = cdce45e8dd7a3b36954022b4a4d3570e1ac5a4f8.zip scinterm_zip = scinterm_1.8.zip -scintillua_zip = scintillua_3.6.5-1.zip +scintillua_zip = scintillua_3.6.7-1.zip lua_tgz = lua-5.3.3.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |