diff options
author | 2018-06-30 09:38:20 -0400 | |
---|---|---|
committer | 2018-06-30 09:38:20 -0400 | |
commit | 05459076699595cbcdfc74b371f3ccf6c3fbc7f3 (patch) | |
tree | d24c6b1d825144fb4ec5ea3d26abb5c85bee83ac /src/Makefile | |
parent | da66b2b60f3318065a0a26b909274bdbd1abe8af (diff) | |
download | textadept-05459076699595cbcdfc74b371f3ccf6c3fbc7f3.tar.gz textadept-05459076699595cbcdfc74b371f3ccf6c3fbc7f3.zip |
Updated to Scintilla 3.10.0.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index e5d09e60..2cf83285 100644 --- a/src/Makefile +++ b/src/Makefile @@ -367,7 +367,7 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_zip = d5c585411cc5.zip +scintilla_zip = cfad7e56cac1.zip lua_tgz = lua-5.3.4.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |