diff options
author | 2016-02-25 09:53:31 -0500 | |
---|---|---|
committer | 2016-02-25 09:53:31 -0500 | |
commit | 382cfb4fbd3e3c2a6b8e6d25cbf5401e87002827 (patch) | |
tree | 2f65a815c9ee2a494236acf0880c4d723b751bc6 /src | |
parent | 73b694bc7e76d6c536881f8e4649a7c7dbba965e (diff) | |
download | textadept-382cfb4fbd3e3c2a6b8e6d25cbf5401e87002827.tar.gz textadept-382cfb4fbd3e3c2a6b8e6d25cbf5401e87002827.zip |
Updated to lspawn 1.4; src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d4aac798..118c6b1b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -387,7 +387,7 @@ 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 -lspawn_zip = lspawn_1.3.zip +lspawn_zip = lspawn_1.4.zip luajit_tgz = LuaJIT-2.0.3.tar.gz libluajit_tgz = libluajit_2.0.3.x86_64.tgz gtdialog_zip = gtdialog_1.2.zip |