diff options
author | 2015-11-07 09:29:43 -0500 | |
---|---|---|
committer | 2015-11-07 09:29:43 -0500 | |
commit | 1cbe00289cb121abe74be5a3fa8678ee4d7caf11 (patch) | |
tree | 8af626afce9320279e041d03990604a631a7ec77 /src | |
parent | 8b50e1070f3440329e625d7563e6de5a64b97c19 (diff) | |
download | textadept-1cbe00289cb121abe74be5a3fa8678ee4d7caf11.tar.gz textadept-1cbe00289cb121abe74be5a3fa8678ee4d7caf11.zip |
Updated to Scintilla and Scintillua 3.6.2.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 6e6a6855..bc5edc29 100644 --- a/src/Makefile +++ b/src/Makefile @@ -369,8 +369,7 @@ osx-deps: $(base_deps) gtkosx termkey ifndef NIGHTLY scinterm_url = http://foicica.com/scinterm/download/$@ - #scintillua_url = http://foicica.com/scintillua/download/$@ - scintillua_url = http://foicica.com/hg/scintillua/archive/$@ + scintillua_url = http://foicica.com/scintillua/download/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ lspawn_url = http://foicica.com/lspawn/download/$@ else @@ -380,9 +379,9 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla361.tgz +scintilla_tgz = scintilla362.tgz scinterm_zip = scinterm_1.6.zip -scintillua_zip = 719d5dfdeae2.zip +scintillua_zip = scintillua_3.6.2-1.zip lua_tgz = lua-5.3.1.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |