diff options
author | 2016-03-18 23:15:51 -0400 | |
---|---|---|
committer | 2016-03-18 23:15:51 -0400 | |
commit | b81a6d1e72506e451c231648cd7099c7ecf90111 (patch) | |
tree | 304f284a4e0c8b38cb9bb4ed145c14b2591e0102 | |
parent | 83acdcfec7c31c1e43da28fda84419fa6277df6b (diff) | |
download | textadept-b81a6d1e72506e451c231648cd7099c7ecf90111.tar.gz textadept-b81a6d1e72506e451c231648cd7099c7ecf90111.zip |
Updated to Scintilla and Scintillua 3.6.4; src/Makefile
-rw-r--r-- | src/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index c01037b6..bb174d57 100644 --- a/src/Makefile +++ b/src/Makefile @@ -371,8 +371,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 @@ -382,9 +381,9 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla363.tgz +scintilla_tgz = scintilla364.tgz scinterm_zip = scinterm_1.7.zip -scintillua_zip = c7818d1a192b.zip +scintillua_zip = scintillua_3.6.4-1.zip lua_tgz = lua-5.3.2.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |