diff options
author | 2015-10-01 10:12:52 -0400 | |
---|---|---|
committer | 2015-10-01 10:12:52 -0400 | |
commit | d2c59957857fa74581460027820d33d2416a6139 (patch) | |
tree | 0d2b85a17002db5c1414621a379c11c87c3176db | |
parent | 25117b668b41ccec995809e7b6ff6e9cf4e0d825 (diff) | |
download | textadept-d2c59957857fa74581460027820d33d2416a6139.tar.gz textadept-d2c59957857fa74581460027820d33d2416a6139.zip |
Updated lspawn and Scintillua dependency versions; src/Makefile
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 5dadd1e1..1d61fcab 100644 --- a/src/Makefile +++ b/src/Makefile @@ -382,11 +382,11 @@ endif scintilla_tgz = scintilla361.tgz scinterm_zip = scinterm_1.6.zip -scintillua_zip = 8bce8ef421d7.zip +scintillua_zip = 719d5dfdeae2.zip lua_tgz = lua-5.3.1.tar.gz lpeg_tgz = lpeg-0.12.2.tar.gz lfs_zip = v_1_6_3.zip -lspawn_zip = lspawn_1.2.zip +lspawn_zip = lspawn_1.3.zip luajit_tgz = LuaJIT-2.0.3.tar.gz libluajit_tgz = libluajit_2.0.3.x86_64.tgz gtdialog_zip = gtdialog_1.2.zip |