diff options
author | 2014-09-29 22:17:07 -0400 | |
---|---|---|
committer | 2014-09-29 22:17:07 -0400 | |
commit | bd033309ce18284f9df352656a33c75fa682422a (patch) | |
tree | a544550adc85311459b3a9a20dcdf46aecdb69ef | |
parent | e211747e9d6489a6ac3fc7ed44e31aad79fbd703 (diff) | |
download | textadept-bd033309ce18284f9df352656a33c75fa682422a.tar.gz textadept-bd033309ce18284f9df352656a33c75fa682422a.zip |
Use lspawn 1.0; src/Makefile
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index df471a70..a26390dc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -371,7 +371,7 @@ ifndef NIGHTLY scinterm_url = http://foicica.com/scinterm/download/$@ scintillua_url = http://foicica.com/scintillua/download/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ - lspawn_url = http://foicica.com/hg/lspawn/archive/$@ + lspawn_url = http://foicica.com/lspawn/download/$@ else scinterm_url = http://foicica.com/hg/scinterm/archive/tip.zip scintillua_url = http://foicica.com/hg/scintillua/archive/tip.zip @@ -385,7 +385,7 @@ scintillua_zip = scintillua_3.5.0-1.zip lua_tgz = lua-5.2.3.tar.gz lpeg_tgz = lpeg-0.12.tar.gz lfs_zip = v1_6_2.zip -lspawn_zip = 0999f00e2255.zip +lspawn_zip = lspawn_1.0.zip luajit_tgz = LuaJIT-2.0.3.tar.gz libluajit_tgz = libluajit_2.0.3.x86_64.tgz gtdialog_zip = gtdialog_1.1.zip |