diff options
author | 2018-09-13 11:49:03 -0400 | |
---|---|---|
committer | 2018-09-13 11:49:03 -0400 | |
commit | a862a098aca9715e996ffeb2f69d79cba2eaa6eb (patch) | |
tree | 75038002e1b5933ec3f81034322569547b227383 | |
parent | 638130774ecbd81a8438adb61385208f584659ae (diff) | |
download | textadept-a862a098aca9715e996ffeb2f69d79cba2eaa6eb.tar.gz textadept-a862a098aca9715e996ffeb2f69d79cba2eaa6eb.zip |
Updated to latest lspawn for proper '\r\n' line handling during line reads.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index ba63966a..1afef5c3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -371,7 +371,7 @@ scintilla_zip = cfad7e56cac1.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip -lspawn_zip = 9a8b4b5e4137.zip +lspawn_zip = 8064e629d12b.zip gtdialog_zip = 6435a42450c7.zip cdk_tgz = cdk-5.0-20150928.tgz termkey_tgz = libtermkey-0.20.tar.gz |