diff options
author | 2017-08-28 15:01:11 -0400 | |
---|---|---|
committer | 2017-08-28 15:01:11 -0400 | |
commit | 307c898e1d6ce9a3032eae96a0478182461c2377 (patch) | |
tree | f48730c3a994c282092d4fd584c03691d366ba64 | |
parent | d82a3dbe3c41b1cd5f96ba29f829ec8c4b3c3df1 (diff) | |
download | textadept-307c898e1d6ce9a3032eae96a0478182461c2377.tar.gz textadept-307c898e1d6ce9a3032eae96a0478182461c2377.zip |
Updated to latest Scinterm revision.
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 88a9e35a..e28f375a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -394,7 +394,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/scinterm/download/$@ + scinterm_url = http://foicica.com/hg/scinterm/archive/$@ scintillua_url = http://foicica.com/scintillua/download/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ lspawn_url = http://foicica.com/lspawn/download/$@ @@ -407,7 +408,7 @@ endif scintilla_tgz = scintilla373.tgz tre_zip = cdce45e8dd7a3b36954022b4a4d3570e1ac5a4f8.zip -scinterm_zip = scinterm_1.9.zip +scinterm_zip = 30bef4e18cae.zip scintillua_zip = scintillua_3.7.5-1.zip lua_tgz = lua-5.3.4.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz |