diff options
author | 2017-02-28 18:23:01 -0500 | |
---|---|---|
committer | 2017-02-28 18:23:01 -0500 | |
commit | 6ea2697445902b53f34499028e071a282721b93d (patch) | |
tree | e99a14a76cf76c9aa8ab21542ff03c5a51c865ac /src | |
parent | 9b19a645c2f0dcf31781d73bba71076c6bfd1c88 (diff) | |
download | textadept-6ea2697445902b53f34499028e071a282721b93d.tar.gz textadept-6ea2697445902b53f34499028e071a282721b93d.zip |
Use a more recent version of Scintillua; src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 20d5fd9d..bcb1dc4f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -391,7 +391,8 @@ 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/scintillua/download/$@ + scintillua_url = http://foicica.com/hg/scintillua/archive/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ lspawn_url = http://foicica.com/lspawn/download/$@ else @@ -404,7 +405,7 @@ endif scintilla_tgz = scintilla373.tgz tre_zip = cdce45e8dd7a3b36954022b4a4d3570e1ac5a4f8.zip scinterm_zip = scinterm_1.8.zip -scintillua_zip = scintillua_3.7.3-1.zip +scintillua_zip = 33298b6cbce3.zip lua_tgz = lua-5.3.4.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |