diff options
author | 2020-06-20 20:41:34 -0400 | |
---|---|---|
committer | 2020-06-20 20:41:34 -0400 | |
commit | ebbde0709763866a621ac5ee6fa8c2cb2a447bae (patch) | |
tree | 31dd67aa2f166f43f163bd28ce7b9ff186a3f571 | |
parent | 8fc18ba329bbd1942b4c5c1e5f1101b1c95cbdcd (diff) | |
download | textadept-ebbde0709763866a621ac5ee6fa8c2cb2a447bae.tar.gz textadept-ebbde0709763866a621ac5ee6fa8c2cb2a447bae.zip |
Update to latest Scintilla revision for LexLPeg crash fix.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1e18acea..58fe53a5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -376,7 +376,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = b276a93eeb2f.zip +scintilla_zip = 1757848f5635.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |