diff options
author | 2015-04-01 16:18:34 -0400 | |
---|---|---|
committer | 2015-04-01 16:18:34 -0400 | |
commit | 293b41fea692884922614856427b05901628c657 (patch) | |
tree | 3f6a00f20657b99a5e08d66901ba6fa0b4dcd22f | |
parent | 69d1b1994f803316453478defd1e554b3a207ce6 (diff) | |
download | textadept-293b41fea692884922614856427b05901628c657.tar.gz textadept-293b41fea692884922614856427b05901628c657.zip |
Updated archives for 8.0 alpha.
-rw-r--r-- | src/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 0ccbb723..09234c3b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -369,7 +369,8 @@ 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/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 @@ -380,12 +381,12 @@ else endif scintilla_tgz = scintilla354.tgz -scinterm_zip = 068d4a448eb3.zip -scintillua_zip = scintillua_3.5.4-1.zip +scinterm_zip = b28151b7d49c.zip +scintillua_zip = 0f3ec073af47.zip lua_tgz = lua-5.3.0.tar.gz lpeg_tgz = lpeg-0.12.2.tar.gz lfs_zip = v_1_6_3.zip -lspawn_zip = lspawn_1.1.zip +lspawn_zip = lspawn_1.2.zip luajit_tgz = LuaJIT-2.0.3.tar.gz libluajit_tgz = libluajit_2.0.3.x86_64.tgz gtdialog_zip = gtdialog_1.2.zip |