diff options
author | 2016-01-23 12:45:18 -0500 | |
---|---|---|
committer | 2016-01-23 12:45:18 -0500 | |
commit | 6e47128a9bd51cefbed811a62f2e12b330d8e1f7 (patch) | |
tree | 127e0aa394dab8da54a748d0e0df59af44d8caba /src | |
parent | e307caa847e4dae76211e8a9707530cf52c4cf3d (diff) | |
download | textadept-6e47128a9bd51cefbed811a62f2e12b330d8e1f7.tar.gz textadept-6e47128a9bd51cefbed811a62f2e12b330d8e1f7.zip |
Updated to Scintillua 3.6.3-1; src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 1b98b5a8..3b2202fd 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 @@ -384,7 +383,7 @@ endif scintilla_tgz = scintilla363.tgz scinterm_zip = scinterm_1.6.zip -scintillua_zip = cda7109c51c2.zip +scintillua_zip = scintillua_3.6.3-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 |