diff options
author | 2015-04-18 14:25:47 -0400 | |
---|---|---|
committer | 2015-04-18 14:25:47 -0400 | |
commit | b76595062617a418269e098b9d5c25036e8c7fb8 (patch) | |
tree | 56a794bc8665001d8212f9fb0ec2a0e1587853ce | |
parent | 2ea71f33574a0235d9cdb31ccc17fc76493bdd47 (diff) | |
download | textadept-b76595062617a418269e098b9d5c25036e8c7fb8.tar.gz textadept-b76595062617a418269e098b9d5c25036e8c7fb8.zip |
Updated to Scintillua 3.5.5-1 and Scinterm 1.6; src/Makefile
-rw-r--r-- | src/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile index f2b8c229..6a714f99 100644 --- a/src/Makefile +++ b/src/Makefile @@ -367,10 +367,8 @@ win32-deps: $(base_deps) win32gtk win32curses osx-deps: $(base_deps) gtkosx termkey ifndef NIGHTLY - #scinterm_url = http://foicica.com/scinterm/download/$@ - scinterm_url = http://foicica.com/hg/scinterm/archive/$@ - #scintillua_url = http://foicica.com/scintillua/download/$@ - scintillua_url = http://foicica.com/hg/scintillua/archive/$@ + scinterm_url = http://foicica.com/scinterm/download/$@ + scintillua_url = http://foicica.com/scintillua/download/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ lspawn_url = http://foicica.com/lspawn/download/$@ else @@ -381,8 +379,8 @@ else endif scintilla_tgz = scintilla354.tgz -scinterm_zip = b28151b7d49c.zip -scintillua_zip = 0f3ec073af47.zip +scinterm_zip = scinterm_1.6.zip +scintillua_zip = scintillua_3.5.5-1.zip lua_tgz = lua-5.3.0.tar.gz lpeg_tgz = lpeg-0.12.2.tar.gz lfs_zip = v_1_6_3.zip |