diff options
-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 |